setVariable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Only for vehicles.)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set variable to given value in the variable space of given object. The object must be a vehicle, otherwise the function does nothing.  |= Description
| Set variable to given value in the variable space of given object.
 
The object must be a vehicle, otherwise the function does nothing.  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| object '''setVariable''' [name, value] |= Syntax
| '''''object'' setVariable ''[name, value]''' |= Syntax


|p1= object: [[Object]] |= Parameter 1
|p1= object: [[Object]] |= Parameter 1

Revision as of 19:55, 15 August 2006

-wrong parameter ("Arma") defined!-2.92
Hover & click on the images for description

Description

Description:
Set variable to given value in the variable space of given object. 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

Examples:
Example needed

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

Notes

Bottom Section