2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-02-01 02:03:48 +01:00
|
|
|
<class name="VisualScriptVariableGet" inherits="VisualScriptNode" version="4.0">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2017-10-15 20:48:13 +02:00
|
|
|
Gets a variable's value.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-10-15 20:48:13 +02:00
|
|
|
Returns a variable's value. "Var Name" must be supplied, with an optional type.
|
|
|
|
[b]Input Ports:[/b]
|
|
|
|
none
|
|
|
|
[b]Output Ports:[/b]
|
|
|
|
- Data (variant): [code]value[/code]
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<members>
|
2021-06-05 21:24:24 +02:00
|
|
|
<member name="var_name" type="StringName" setter="set_variable" getter="get_variable" default="&""">
|
2017-10-15 20:48:13 +02:00
|
|
|
The variable's name.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|