GetGameType

From Multi Theft Auto: Wiki
Revision as of 17:26, 14 December 2007 by ChrML (talk | contribs)
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

See Also

Template:ASE functions