Difference between revisions of "GetValueInt - GlobalVariable"
Jump to navigation
Jump to search
m
GetValueInt - GlobalVariable (edit)
Revision as of 11:31, 11 September 2016
, 11:31, 11 September 2016→Examples: Shorthand for GetValue(xx) as int
imported>Vitamant m (1 revision: Clobber re-import by Henning) |
imported>Goggle m (→Examples: Shorthand for GetValue(xx) as int) |
||
Line 21: | Line 21: | ||
int timeOfDay = TimeOfDayGlobalProperty.GetValueInt() | int timeOfDay = TimeOfDayGlobalProperty.GetValueInt() | ||
</source> | </source> | ||
== Note == | |||
* Slightly faster use [[GetValue - GlobalVariable]] and cast as Int, as this function calls that one and then casts the value to int. | |||
== See Also == | == See Also == |