GetValue - GlobalVariable
Revision as of 16:44, 7 February 2012 by imported>JLundin (→Examples: Fixing example to use the right type)
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()