Files

25 lines
612 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptSceneNode" inherits="VisualScriptNode" version="3.2">
<brief_description>
2017-10-06 09:00:57 -07:00
Node reference.
</brief_description>
<description>
2017-10-06 09:00:57 -07:00
A direct reference to a node.
[b]Input Ports:[/b]
none
[b]Output Ports:[/b]
- Data: [code]node[/code] (obj)
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<members>
2019-06-29 12:38:01 +02:00
<member name="node_path" type="NodePath" setter="set_node_path" getter="get_node_path" default="NodePath(&quot;.&quot;)">
2017-10-06 09:00:57 -07:00
The node's path in the scene tree.
</member>
</members>
<constants>
</constants>
</class>