GetWeather: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
Line 12: Line 12:
==Example==
==Example==
This example outputs the current weather ID in that chat box.
This example outputs the current weather ID in that chat box.
<syntaxhighlight lang="lua">weatherId = getWeather ()
<syntaxhighlight lang="lua">weatherID = getWeather()
outputChatBox ( "The current weather id is " .. weatherId )</syntaxhighlight>
outputChatBox ( "The current weather ID is " .. weatherID )</syntaxhighlight>


==See Also==
==See Also==
{{World functions}}
{{World functions}}

Revision as of 12:24, 31 July 2007