GetDevelopmentMode

From Multi Theft Auto: Wiki
Revision as of 02:55, 1 November 2011 by Ccw (talk | contribs)
Jump to navigation Jump to search

Available client side in 1.2 and onwards This function is used to get the development mode of the client. For more information see setDevelopmentMode

Syntax

bool getDevelopmentMode ()

Returns

Returns true if the development mode is on, false if off.

Requirements

This template will be deleted.

See Also