setVariable: Difference between revisions
Jump to navigation
Jump to search
HateR Kint (talk | contribs) No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|1.00|= Game version | |1.00|= Game version | ||
|arg= local |= Arguments in MP | |||
|eff= local |= Effects in MP | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Set variable to given value in the variable space of given object. | | Set variable to given value in the variable space of given object. In MP The variable space of each vehicle is local to each machine. Changes are not broadcasted. | ||
The object must be a vehicle, otherwise the function does nothing. |= Description | The object must be a vehicle, otherwise the function does nothing. |= Description |
Revision as of 12:02, 30 April 2007
Description
- Description:
- Set variable to given value in the variable space of given object. In MP The variable space of each vehicle is local to each machine. Changes are not broadcasted. 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:
- See also needed
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