aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml
blob: 793291eca2a42919e0ae180e313185e150722550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptBasicTypeConstant" inherits="VisualScriptNode" category="Core" version="3.1">
	<brief_description>
		A Visual Script node representing a constant from the base types.
	</brief_description>
	<description>
		A Visual Script node representing a constant from base types, such as [Vector3.AXIS_X].
	</description>
	<tutorials>
	</tutorials>
	<demos>
	</demos>
	<methods>
	</methods>
	<members>
		<member name="basic_type" type="int" setter="set_basic_type" getter="get_basic_type" enum="Variant.Type">
			The type to get the constant from.
		</member>
		<member name="constant" type="String" setter="set_basic_type_constant" getter="get_basic_type_constant">
			The name of the constant to return.
		</member>
	</members>
	<constants>
	</constants>
</class>