blob: dc1bfc73d2644033d88ee4a38304dad40be89b90 (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualScriptVariableSet" inherits="VisualScriptNode" category="Core" version="3.0-beta">
<brief_description>
Changes a variable's value.
</brief_description>
<description>
Changes a variable's value to the given input.
[b]Input Ports:[/b]
- Sequence
- Data (variant): [code]set[/code]
[b]Output Ports:[/b]
- Sequence
</description>
<tutorials>
</tutorials>
<demos>
</demos>
<methods>
<method name="get_variable" qualifiers="const">
<return type="String">
</return>
<description>
</description>
</method>
<method name="set_variable">
<return type="void">
</return>
<argument index="0" name="name" type="String">
</argument>
<description>
</description>
</method>
</methods>
<members>
<member name="var_name" type="String" setter="set_variable" getter="get_variable">
The variable's name.
</member>
</members>
<constants>
</constants>
</class>
|