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.
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()