ResetVehiclesLODDistance: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{Client function}}{{Needs Example}}__NOTOC__ {{New feature/item|3.0154|1.5.3|11199| Resets the distance of vehicles LOD to default. Default values depends on client setting....")
 
(→‎See Also: +engineGet/SetModelLODDistance)
Line 10: Line 10:


==See Also==
==See Also==
* [[engineGetModelLODDistance]]
* [[engineSetModelLODDistance]]
{{World functions}}
{{World functions}}

Revision as of 14:54, 17 May 2017

Accessories-text-editor.png Script Example Missing Function ResetVehiclesLODDistance needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

Resets the distance of vehicles LOD to default. Default values depends on client setting. If client has enabled high detail vehicles in video options, value will be reset to (500, 500) - otherwise to (70, 150). You can check value of this option using dxGetStatus (SettingHighDetailVehicles).

Syntax

bool resetVehiclesLODDistance ( )

See Also