GetCloudsEnabled

From Multi Theft Auto: Wiki
Revision as of 16:33, 7 June 2009 by Cazomino05 (talk | contribs) (added getCloudsEnabled)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function will tell you if clouds are enabled or disabled.

Syntax

bool getCloudsEnabled( )

Returns

Returns true if the clouds are enabled or false if clouds are disabled.

Example

Click to collapse [-]
Server

This

--TODO