SetValueInt - GlobalVariable
Revision as of 17:04, 18 October 2011 by imported>Jlundin
Member of: GlobalVariable Script
Sets the current value of the global variable object, taking an int as a parameter. See SetValue - GlobalVariable
Syntax
Function SetValueInt(int aiValue)
Parameters
- aiValue: What value to set the global to.
Return Value
None.
Examples
int newTime = 5
TimeOfDayGlobalProperty.SetValueInt(newTime)