GetValue - GlobalVariable

Member of: GlobalVariable Script

Gets the current value of this global object.

SyntaxEdit

float Function GetValue() native

ParametersEdit

None.

Return ValueEdit

The current value the global holds.

ExamplesEdit

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

See AlsoEdit