PL/resetHeatHaze: Difference between revisions
Jump to navigation
Jump to search
ThePiotrek (talk | contribs) (Created page with "__NOTOC__ {{PL/Shared function}} Ta funkcja przywraca domyślny stan zamglenia ciepła. ==Składnia== <syntaxhighlight lang="lua"> bool resetHeatHaze() </syntaxhighlight> ===Wartości zwrotne=== Zwra...") |
ThePiotrek (talk | contribs) mNo edit summary |
||
Line 23: | Line 23: | ||
[[en:resetHeatHaze]] | [[en:resetHeatHaze]] | ||
==Zobacz także= | ==Zobacz także== | ||
{{World functions}} | {{World functions}} |
Revision as of 17:11, 25 July 2016
Ta funkcja przywraca domyślny stan zamglenia ciepła.
Składnia
bool resetHeatHaze()
Wartości zwrotne
Zwraca true jeśli zamglenie ciepła zostało poprawnie przywrócone, w innym przypadku false.
Przykład
Ten przykład resetuje zamglenie ciepła po wpisaniu komendy /reset2000
addCommandHandler("reset2000", function() resetHeatHaze() end )
Zobacz także
- 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