Difference between revisions of "GetGlobalValue"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>Vswe
m (Added Search Terms)
 
(3 intermediate revisions by 3 users not shown)
Line 11: Line 11:


  set myVar to GameDaysPassed
  set myVar to GameDaysPassed
==See Also==
[[GetQuestVariable]]
[[GetScriptVariable]]




[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions (CS 1.0)]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions]]
[[Category: Condition Functions]]
[[Category: Miscellaneous Functions (CS 1.0)]]
 
<!-- Begin Search Terms
Get
Global
Value
End Search Terms -->

Latest revision as of 08:41, 20 June 2008

Syntax:

GetGlobalValue GlobalVariableName 

Example:

GetGlobalValue GameDaysPassed


Returns the value of a global variable.


NOTE: Only available as a condition function. In scripts, you can simply use the global variable name directly:

set myVar to GameDaysPassed

See Also[edit | edit source]

GetQuestVariable

GetScriptVariable