SetValueInt - GlobalVariable

From the Fallout4 CreationKit Wiki
Revision as of 00:04, 12 September 2016 by imported>Goggle (→‎Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: GlobalVariable Script

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

Syntax[edit | edit source]

Function SetValueInt(int aiValue)

Parameters[edit | edit source]

  • aiValue: What value to set the global to.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

DoCoolStuffGlobal.SetValueInt(1)

Notes[edit | edit source]

See Also[edit | edit source]