Document some of the VisualScript classes.
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptConstant" inherits="VisualScriptNode" category="Core" version="3.0.alpha.custom_build">
|
||||
<brief_description>
|
||||
A Visual Script node which returns a constant value.
|
||||
</brief_description>
|
||||
<description>
|
||||
A Visual Script node which returns the specified constant value.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
@ -40,8 +42,10 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="type" type="int" setter="set_constant_type" getter="get_constant_type" enum="Variant.Type">
|
||||
The constant's type.
|
||||
</member>
|
||||
<member name="value" type="Variant" setter="set_constant_value" getter="get_constant_value">
|
||||
The constant's value.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
|
||||
Reference in New Issue
Block a user