SetPedsLODDistance: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client function}} <!-- {{New feature/item|3.0156|1.5.5|6948|This function sets the peds LOD distance.}} --> This function sets the peds LOD distance. ==Syntax==...") |
(change arg desc) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Client function}} | {{Client function}} | ||
{{New feature/item|3.0156|1.5.5|13771|This function sets the peds LOD distance.}} | |||
{{New feature/item|3.0156|1.5.5| | [[File:Peds Lod Distance = 60.png|200px|thumb|right|60 units]] | ||
[[File:Peds Lod Distance = 100.png|200px|thumb|right|100 units]] | |||
[[File:Peds Lod Distance = 500.png|200px|thumb|right|500 units]] | |||
==Syntax== | ==Syntax== | ||
Line 10: | Line 10: | ||
===Required arguments=== | ===Required arguments=== | ||
*'''distance:''' the new peds LOD distance. | *'''distance:''' the new peds LOD distance. This value is clamped to '''0''' – '''500'''. (Default for ''high_detail_peds'' on is '''500''', when off, it is '''60'''). | ||
===Returns=== | ===Returns=== | ||
Line 16: | Line 16: | ||
==Example== | ==Example== | ||
This example | This example sets the peds LOD distance to 120. | ||
<syntaxhighlight lang="lua">setPedsLODDistance( 120 )</syntaxhighlight> | <syntaxhighlight lang="lua">setPedsLODDistance( 120 )</syntaxhighlight> | ||
==See also== | ==See also== | ||
* [[engineGetModelLODDistance]] | |||
* [[engineSetModelLODDistance]] | |||
{{Client world functions}} | {{Client world functions}} |
Latest revision as of 21:23, 7 October 2022
This function sets the peds LOD distance.
Syntax
bool setPedsLODDistance ( float distance )
Required arguments
- distance: the new peds LOD distance. This value is clamped to 0 – 500. (Default for high_detail_peds on is 500, when off, it is 60).
Returns
This function returns true if the argument is valid. Returns false otherwise.
Example
This example sets the peds LOD distance to 120.
setPedsLODDistance( 120 )
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