GetWeather

From Multi Theft Auto: Wiki
Revision as of 13:44, 13 September 2006 by EAi (talk | contribs) (→‎Example)
Jump to navigation Jump to search

This function returns the current weather id.

Syntax

getWeather ()

Example

This example outputs the current weather ID in that chat box.

weatherId = getWeather ()
outputChatBox ( "The current weather id is " .. weatherId )

See Also