GetGameType

From Multi Theft Auto: Wiki
Revision as of 17:25, 14 December 2007 by ChrML (talk | contribs) (New page: __NOTOC__ {{Server function}}<!-- Change this to "Client function" or "Server function" appropriately--> <!-- Describe in plain english what this function does. Don't go into details, jus...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 as set by setGameType. If no gametype is set it returns nil.

Example

This example does...

--TODO

See Also

Template:ASE functions