GetRainLevel

From Multi Theft Auto: Wiki
Revision as of 12:06, 29 March 2013 by X86dev (talk | contribs)
Jump to navigation Jump to search

Accessories-text-editor.png Script Example Missing Function GetRainLevel needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

This function is used to get the current rain level.

Note: The server can only return the rain level if it has actually been set by script, otherwise it will return false.

Syntax

float getRainLevel( )

Returns

Returns the rain level as a number.

Example

Click to collapse [-]
Client

todo

--todo

See Also