GetValue - GlobalVariable

From the CreationKit Wiki
Revision as of 16:44, 7 February 2012 by imported>JLundin (→‎Examples: Fixing example to use the right type)
Jump to navigation Jump to search

Member of: GlobalVariable Script

Gets the current value of this global object.

Syntax

float Function GetValue() native

Parameters

None.

Return Value

The current value the global holds.

Examples

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

See Also