setVariable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 23: Line 23:
'''Description:'''
'''Description:'''


Set variable to given value in the variable space of given object.  
Set variable to given value in the variable space of given object.
 
'''Example:'''

Revision as of 22:46, 4 July 2006


object setVariable [name, value]


Operand types:

object: Object

[name, value]: Array

Type of returned value:

Nothing

Compatibility:

Version 2.92 required.

Description:

Set variable to given value in the variable space of given object.