Difference between revisions of "GetGlobalValue"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Category links)
imported>Fella
Line 19: Line 19:


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Functions (CS 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]

Revision as of 11:27, 23 January 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

GetQuestVariable

GetScriptVariable