GetVehiclesLODDistance: 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| Returns the distance of vehicles LOD. }} ==Syntax== <syntaxhighlight lang="lua"> float, f...")
 
(→‎See Also: +engineGet/SetModelLODDistance)
Line 14: Line 14:


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

Revision as of 14:55, 17 May 2017

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

Before submitting check out Editing Guidelines Script Examples.

Returns the distance of vehicles LOD.

Syntax

float, float getVehiclesLODDistance ( )

Returns

  • float: general distance used for most vehicles
  • float: distance used for trains and planes

See Also