GetWeather: Difference between revisions
Jump to navigation
Jump to search
m (→Syntax) |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Server client function}} | |||
This function returns the current weather id. | This function returns the current weather id. | ||
Line 11: | Line 12: | ||
==Example== | ==Example== | ||
<section name="Server" class="server" show="true"> | |||
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">local weatherID = getWeather() | <syntaxhighlight lang="lua">local weatherID = getWeather() | ||
outputChatBox ( "The current weather ID is " .. weatherID )</syntaxhighlight> | outputChatBox ( "The current weather ID is " .. weatherID )</syntaxhighlight> | ||
</section> | |||
==See Also== | ==See Also== | ||
{{World functions}} | {{World functions}} |
Revision as of 15:03, 4 August 2007
This function returns the current weather id.
Syntax
int getWeather()
Returns
Returns an integer indicating the weather type that is currently active. This can vary from area to area of the map.
Example
Click to collapse [-]
ServerThis example outputs the current weather ID in that chat box.
local weatherID = getWeather() outputChatBox ( "The current weather ID is " .. weatherID )
See Also
- areTrafficLightsLocked
- getAircraftMaxHeight
- getAircraftMaxVelocity
- getCloudsEnabled
- getFarClipDistance
- getFogDistance
- getGameSpeed
- getGravity
- getHeatHaze
- getInteriorSoundsEnabled
- getJetpackMaxHeight
- getMinuteDuration
- getMoonSize
- getOcclusionsEnabled
- getRainLevel
- getSunColor
- getSunSize
- getTime
- getTrafficLightState
- getWeather
- getWindVelocity
- getSkyGradient
- getPlayerBlurLevel
- getZoneName
- isGarageOpen
- removeWorldModel
- resetFarClipDistance
- resetFogDistance
- resetHeatHaze
- resetMoonSize
- resetRainLevel
- resetSkyGradient
- resetSunColor
- resetSunSize
- resetWindVelocity
- restoreAllWorldModels
- restoreWorldModel
- setAircraftMaxHeight
- setAircraftMaxVelocity
- setCloudsEnabled
- setFarClipDistance
- setFogDistance
- setGameSpeed
- setGarageOpen
- setGravity
- setHeatHaze
- setInteriorSoundsEnabled
- setMinuteDuration
- setMoonSize
- setOcclusionsEnabled
- setRainLevel
- setSkyGradient
- setSunColor
- setSunSize
- setTime
- setTrafficLightState
- setTrafficLightsLocked
- setWeather
- setWeatherBlended
- setWindVelocity
- setJetpackMaxHeight
- setPlayerBlurLevel