GetRainLevel

From Multi Theft Auto: Wiki
Revision as of 12:06, 29 March 2013 by X86dev (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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