ResetCoronaReflectionsEnabled: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.5.9|1.5.8|21251|This function resets visibility of corona reflections. Default value depends on client setting. If client has enabled ''corona rain reflections'' in video options, value will be reset to ''true'', otherwise to ''false''. You can check value of this option using dxGetStatus (''SettingCoronaReflections'').}} ==Syntax== <syntaxhighlight lang="lua"> bool resetCoronaReflectionsEnabled ( ) </syntaxhighl...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Client function}} | {{Client function}} | ||
__NOTOC__ | __NOTOC__ | ||
{{Added feature/item|1.5.9|1.5.8|21251|This function resets visibility of corona reflections. Default value depends on client setting. If client has enabled ''corona rain reflections'' in video options, value will be reset to '' | {{Added feature/item|1.5.9|1.5.8|21251|This function resets visibility of corona reflections. Default value depends on client setting. If client has enabled ''corona rain reflections'' in video options, value will be reset to '''1''', otherwise to '''0'''. You can check value of this option using [[dxGetStatus]] (''SettingCoronaReflections'').}} | ||
==Syntax== | ==Syntax== |
Latest revision as of 21:48, 7 October 2022
This function resets visibility of corona reflections. Default value depends on client setting. If client has enabled corona rain reflections in video options, value will be reset to 1, otherwise to 0. You can check value of this option using dxGetStatus (SettingCoronaReflections).
Syntax
bool resetCoronaReflectionsEnabled ( )
Returns
Returns true.
Issues
Issue ID | Description |
---|---|
#2755 | Corona reflections do not render on custom placed objects |
#2750 | Corona reflections do not render on all roads |
See Also
- createSWATRope
- getBirdsEnabled
- getCoronaReflectionsEnabled
- getGarageBoundingBox
- getGaragePosition
- getGarageSize
- getGroundPosition
- getInteriorFurnitureEnabled
- getNearClipDistance
- getPedsLODDistance
- getRoofPosition
- getScreenFromWorldPosition
- getVehiclesLODDistance
- getWorldFromScreenPosition
- isAmbientSoundEnabled
- isLineOfSightClear
- isWorldSoundEnabled
- processLineOfSight
- resetAmbientSounds
- resetBlurLevel
- resetColorFilter
- resetCoronaReflectionsEnabled
- resetNearClipDistance
- resetPedsLODDistance
- resetVehiclesLODDistance
- resetWorldSounds
- setAmbientSoundEnabled
- setBirdsEnabled
- setColorFilter
- setCoronaReflectionsEnabled
- setInteriorFurnitureEnabled
- setInteriorSoundsEnabled
- setNearClipDistance
- setPedsLODDistance
- setVehiclesLODDistance
- setWorldSoundEnabled
- testLineAgainstWater
- 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