ResetFarClipDistance
From Multi Theft Auto: Wiki
This function resets the far clip distance to its default state.
Note: The function will not reset far clip distance client-side, unless it is relying on a value set by the server. |
Note: The function will reset the far clip distance to false server-side, as there is no default value to begin with. |
Syntax
bool resetFarClipDistance ( )
Returns
Returns true if operation was successful, false otherwise.
Example
This example will demonstrate basic functionality of the function.
setFarClipDistance( 1200 ) outputDebugString( "Render distance: " .. getFarClipDistance( ) ) resetFarClipDistance( ) outputDebugString( "New render distance: " .. tostring( getFarClipDistance( ) ) )
See Also
- areTrafficLightsLocked
- getAircraftMaxVelocity
- getCloudsEnabled
- getFarClipDistance
- getFogDistance
- getGameSpeed
- getGravity
- getHeatHaze
- getJetpackMaxHeight
- getJetpackWeaponEnabled
- getMinuteDuration
- getMoonSize
- getOcclusionsEnabled
- getRainLevel
- getSkyGradient
- getSunColor
- getSunSize
- getTime
- getTrafficLightState
- getWeather
- getWindVelocity
- getZoneName
- isGarageOpen
- removeWorldModel
- resetFarClipDistance
- resetFogDistance
- resetHeatHaze
- resetMoonSize
- resetRainLevel
- resetSkyGradient
- resetSunColor
- resetSunSize
- resetWindVelocity
- restoreAllWorldModels
- restoreWorldModel
- setAircraftMaxVelocity
- setCloudsEnabled
- setFarClipDistance
- setFogDistance
- setGameSpeed
- setGarageOpen
- setGravity
- setHeatHaze
- setInteriorSoundsEnabled
- setJetpackWeaponEnabled
- setMinuteDuration
- setMoonSize
- setOcclusionsEnabled
- setRainLevel
- setSkyGradient
- setSunColor
- setSunSize
- setTime
- setTrafficLightState
- setTrafficLightsLocked
- setWeather
- setWeatherBlended
- setWindVelocity