EngineResetModelLODDistance

From Multi Theft Auto: Wiki
Revision as of 08:55, 2 August 2020 by Zangomangu (talk | contribs) (Created page with "{{Client function}} __NOTOC__ {{New feature/item|3.0158|1.5.7|20383|This function resets the LOD distance for an object / model ID.}} ==Syntax== <syntaxhighlight lang="lua">...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function resets the LOD distance for an object / model ID.

Syntax

bool engineResetModelLODDistance ( int model ) 

OOP Syntax Help! I don't understand this!

Method: Engine.resetModelLODDistance(...)


Required Arguments

  • model: The model / object ID number you want to reset the LOD distance of.

Returns

Returns true if the LOD distance was reset to default, or false if the model argument is incorrect, or the LOD distance hasn't been changed.

Example

TODO

See Also