1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Document remaining Visual Script classes

(cherry picked from commit 1054956461)
This commit is contained in:
Tomasz Chabora
2020-10-12 19:37:50 +02:00
committed by Rémi Verschelde
parent f3da335416
commit 6021ab5b01
18 changed files with 121 additions and 0 deletions

View File

@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptFunction" inherits="VisualScriptNode" version="3.4">
<brief_description>
A Visual Script node representing a function.
</brief_description>
<description>
[VisualScriptFunction] represents a function header. It is the starting point for the function body and can be used to tweak the function's properties (e.g. RPC mode).
</description>
<tutorials>
</tutorials>