SetWeather: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Syntax) |
||
Line 4: | Line 4: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua">setWeather ( id )</syntaxhighlight> | ||
===Required Arguments=== | ===Required Arguments=== |
Revision as of 02:37, 18 May 2006
Description
This function sets the current weather id to the given value.
Syntax
setWeather ( id )
Required Arguments
- id: The new weather id (range 0-19)
Example
setWeather ( 9, 9 ) serverChat ( "Weather changed to foggy!" )