GetCloudsEnabled: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(added getCloudsEnabled)
(No difference)

Revision as of 16:33, 7 June 2009

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