aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/VisualScriptSceneNode.xml
diff options
context:
space:
mode:
authorChris Bradfield2017-10-06 09:00:57 -0700
committerRémi Verschelde2017-10-09 12:57:21 +0200
commitbf0b32819766124c9d0ddaf63eb59d54959c8bef (patch)
treeb416472f6dc0bb60f6877ada0a22a3a16d4101ab /doc/classes/VisualScriptSceneNode.xml
parent9e93f5b478c8ee15dcec54df90e74dca09245a94 (diff)
downloadgodot-bf0b32819766124c9d0ddaf63eb59d54959c8bef.tar.gz
godot-bf0b32819766124c9d0ddaf63eb59d54959c8bef.tar.zst
godot-bf0b32819766124c9d0ddaf63eb59d54959c8bef.zip
Added VisualScript* descriptions
[ci skip]
Diffstat (limited to 'doc/classes/VisualScriptSceneNode.xml')
-rw-r--r--doc/classes/VisualScriptSceneNode.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/VisualScriptSceneNode.xml b/doc/classes/VisualScriptSceneNode.xml
index 90a8f132c..b71bd9adf 100644
--- a/doc/classes/VisualScriptSceneNode.xml
+++ b/doc/classes/VisualScriptSceneNode.xml
@@ -1,8 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptSceneNode" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
<brief_description>
+ Node reference.
</brief_description>
<description>
+ A direct reference to a node.
+ [b]Input Ports:[/b]
+ none
+ [b]Output Ports:[/b]
+ - Data: [code]node[/code] (obj)
</description>
<tutorials>
</tutorials>
@@ -26,6 +32,7 @@
</methods>
<members>
<member name="node_path" type="NodePath" setter="set_node_path" getter="get_node_path">
+ The node's path in the scene tree.
</member>
</members>
<constants>