GetValue - GlobalVariable
Revision as of 08:11, 12 September 2012 by imported>JLundin
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()