EngineSetModelLODDistance

From Multi Theft Auto: Wiki
Revision as of 22:04, 7 May 2009 by Mekorea (talk | contribs) (New page: {{Client function}} __NOTOC__ ==Syntax== <syntaxhighlight lang="lua"> bool engineSetModelLODDistance ( model, distance ) </syntaxhighlight> ===Required Arguments=== *'''model:''' The model *'''distance:''' ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



Syntax

bool engineSetModelLODDistance ( model, distance ) 

Required Arguments

  • model: The model
  • distance: New LOD distance value.

Returns

Returns true if the function executed succesfully, false otherwise.


Example

Click to collapse [-]
Client
-- TODO


See Also