Set Global Variable¶
Description¶
The Set Global Variable Node is used to set the integer value of a variable on
the Global Logic.
Ports¶
- Flow In
- In order for this node to perform its operation, it must be connected into an active flow using this input port. The flow will ultimately originate at a Trigger node but can come from the Flow Out port of any other flow node.
- Flow Out
- A node connected to the Flow Out port will be executed in sequence following the completion of this node's operation.
- Value
- An integer input port used to provide the value that will be applied to the chosen variable.
- Index
- An integer value for choosing which element in an Array variable to change. If the variable being accessed is not an Array variable, this parameter is ignored.
Parameters¶
- Value
- A constant integer value to assign to the chosen variable. If the port is connected to another node, this option will become unavailable, the node will use the value provided on the input port.
- Variable
- A dropdown listing the defined variable names on the global logic graph.
- Index
- A constant integer for the Array index if the Index port is not connected.