GetGameType: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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...)
(No difference)

Revision as of 17:25, 14 December 2007

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