SetValueInt - GlobalVariable

Revision as of 00:04, 12 September 2016 by imported>Goggle (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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