Difference between revisions of "Set Variable"
Jump to navigation
Jump to search
MasterCassim (talk | contribs) m (typo) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
"Set Variable" is an Action in the Starcraft 2 Galaxy Editor's Trigger editor, which sets a predefined variable to a value of its type. | "Set Variable" is an Action in the Starcraft 2 Galaxy Editor's Trigger editor, which sets a predefined variable to a value of its type. | ||
− | == Definition = = | + | == Definition == |
<pre>Variable - Set Variable = Value</pre> | <pre>Variable - Set Variable = Value</pre> | ||
Latest revision as of 21:36, 24 November 2010
"Set Variable" is an Action in the Starcraft 2 Galaxy Editor's Trigger editor, which sets a predefined variable to a value of its type.
Definition
Variable - Set Variable = Value
Parameter | Type | Default | Description | Possible Values |
---|---|---|---|---|
Variable | Any | Variable (Null) | The variable that a value will be assigned to | Any variable or value of type <Unit> |
Value | Type of previous argument | Point (Null) | The value that will be assigned to the variable in the previous parameter | Any variable or value of the same type as the previous parameter |
Examples
Additional Notes
A variable can only be assigned a value that is the same type of the variable. For instance, despite being semi related, you cannot assign an <Integer> to a <Real>, or vice versa. However, numerous conversion functions exist to switch between different variable types.