SetValueInt - GlobalVariable

Member of: GlobalVariable Script

Sets the current value of the global variable object, taking an int as a parameter. See SetValue - GlobalVariable

SyntaxEdit

Function SetValueInt(int aiValue)

ParametersEdit

  • aiValue: What value to set the global to.

Return ValueEdit

None.

ExamplesEdit

DoCoolStuffGlobal.SetValueInt(1)

NotesEdit

See AlsoEdit