Added VisualScript* descriptions
[ci skip]
This commit is contained in:
committed by
Rémi Verschelde
parent
9e93f5b478
commit
bf0b328197
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user