GetValue - GlobalVariable

Revision as of 09:11, 12 September 2012 by imported>JLundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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