setVariable: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (See also to GetVariable) |
||
Line 26: | Line 26: | ||
|x1= <code>myTruck setVariable ["myVariable",123];</code> |= Example 1 | |x1= <code>myTruck setVariable ["myVariable",123];</code> |= Example 1 | ||
| | | [[getVariable]] |= See also | ||
}} | }} |
Revision as of 07:04, 12 May 2007
Description
- Description:
- Set variable to given value in the variable space of given object. In MP The variable space of the object is local to each client. Changes are not broadcast. The object must be a vehicle, otherwise the function does nothing.
- Groups:
- Uncategorised
Syntax
- Syntax:
- object setVariable [name, value]
- Parameters:
- object: Object
- [name, value]: Array
- Return Value:
- Nothing
Examples
- Example 1:
myTruck setVariable ["myVariable",123];
Additional Information
- See also:
- getVariable
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note