GetWeather: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:


==Syntax==
==Syntax==
<syntaxhighlight lang="lua">getWeather ()</syntaxhighlight>
<syntaxhighlight lang="lua">
int getWeather ()
</syntaxhighlight>
 
===Returns===
Returns an integer indicating the weather type that is currently active. This can vary from area to area of the map.


==Example==
==Example==

Revision as of 13:45, 13 September 2006