GetValue - GlobalVariable

From the CreationKit Wiki
Revision as of 08:11, 12 September 2012 by imported>JLundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: GlobalVariable Script

Gets the current value of this global object.

Syntax[edit | edit source]

float Function GetValue() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The current value the global holds.

Examples[edit | edit source]

; Obtain the current time of day
float timeOfDay = TimeOfDayGlobalProperty.GetValue()

See Also[edit | edit source]