- Found in:
- Vanilla
Description
Wiki Description
Sets the current value of the global variable object, taking an int as a parameter. See GlobalVariable.SetValue(...)
Documentation Comment
Sets the global's current value
Parameters
intaiNewValue
CK Wiki Description
What value to set the global to.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__aiNewValue
myGlobalVariable__toCallFunctionOn.SetValueInt(myInt__aiNewValue)