ResetRainLevel: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Server client function}} ==Syntax== <syntaxhighlight lang="lua"> bool resetRainLevel() </syntaxhighlight>") |
OpenIDUser28 (talk | contribs) (Extended the info.) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Server client function}} | {{Server client function}} | ||
This function resets the rain level of the current weather to its default. | |||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
bool resetRainLevel() | bool resetRainLevel ( ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==Returns== | |||
Returns true if the rain level was reseted. |
Revision as of 12:58, 4 September 2011
This function resets the rain level of the current weather to its default.
Syntax
bool resetRainLevel ( )
Returns
Returns true if the rain level was reseted.