GetVersionNumber - Debug
Revision as of 13:54, 11 November 2011 by imported>Scornett (Reverted edits by Scornett-Bot (talk) to last revision by Rhavlovick)
Member of: Debug Script
Obtains the game's version number.
Syntax[edit | edit source]
string Function GetVersionNumber() native global
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The game's version number.
Examples[edit | edit source]
; Print out the current version number to the log
Debug.Trace("You are running version " + Debug.GetVersionNumber())