RU/getWeather: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{RU/Server client function}} | {{RU/Server client function}} | ||
Функция показывает | Функция показывает текущий id погоды. | ||
==Использование== | ==Использование== | ||
Line 9: | Line 9: | ||
===Что возвращается=== | ===Что возвращается=== | ||
Возвращается 2 | Возвращается 2 ''int'', показывающие id погоды в текущий момент. Первая ''int'' показывает, что какой либо тип погоды сейчас включен. Вторая ''int'' показывает текущий id погоды, в случае если он включен, иначе равен ''нулю''. | ||
== | ==Пример== | ||
Данный пример показывает | Данный пример показывает текущий id погоды. | ||
<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> | ||
== | ==Смотри также== | ||
{{RU/World functions}} | {{RU/World functions}} | ||
[[en:getWeather]] | [[en:getWeather]] |
Latest revision as of 09:28, 8 March 2010
Функция показывает текущий id погоды.
Использование
int,int getWeather()
Что возвращается
Возвращается 2 int, показывающие id погоды в текущий момент. Первая int показывает, что какой либо тип погоды сейчас включен. Вторая int показывает текущий id погоды, в случае если он включен, иначе равен нулю.
Пример
Данный пример показывает текущий id погоды.
local weatherID = getWeather() outputChatBox ( "The current weather ID is " .. weatherID )
Смотри также
- areTrafficLightsLocked
- getCloudsEnabled
- getGameSpeed
- getGravity
- getHeatHaze
- getJetpackMaxHeight
- getMinuteDuration
- getSkyGradient
- getTime
- getTrafficLightState
- getVehiclesLODDistance
- getWeather
- getZoneName
- isGarageOpen
- resetSkyGradient
- resetHeatHaze
- setCloudsEnabled
- setGameSpeed
- setGarageOpen
- setGravity
- setHeatHaze
- setMinuteDuration
- setSkyGradient
- setTime
- setTrafficLightState
- setTrafficLightsLocked
- setVehiclesLODDistance
- setWeather
- setWeatherBlended
- setInteriorSoundsEnabled
- getInteriorSoundsEnabled
- setRainLevel
- getRainLevel
- resetRainLevel
- setSunSize
- getSunSize
- resetSunSize
- setSunColor
- getSunColor
- resetSunColor
- setWindVelocity
- getWindVelocity
- resetWindVelocity
- setFarClipDistance
- getFarClipDistance
- resetFarClipDistance
- setFogDistance
- getFogDistance
- resetFogDistance
- removeWorldModel
- restoreWorldModel
- restoreAllWorldModels
- setOcclusionsEnabled
- getOcclusionsEnabled
- setJetpackWeaponEnabled
- getJetpackWeaponEnabled
- setAircraftMaxVelocity
- getAircraftMaxVelocity
- setMoonSize
- getMoonSize
- resetMoonSize