SetValue - GlobalVariable
Member of: GlobalVariable Script
Sets the current value of the global variable object. Will print an error and fail if you try to set a value on a constant global variable object.
SyntaxEdit
Function SetValue(float afNewValue) native
ParametersEdit
- afNewValue: What value to set the global to.
Return ValueEdit
None.
ExamplesEdit
; Set the XP boost global to 1.5
XPBoostGlobal.SetValue(1.5)