GetGameType
Jump to navigation
Jump to search
This function retrieves the current gametype as set by setGameType.
Syntax
string getGameType ()
Returns
Returns the gametype as a string. If no gametype is set it returns nil.
Example
This example does...
--TODO