EngineSetModelLODDistance: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: {{Client function}} __NOTOC__ ==Syntax== <syntaxhighlight lang="lua"> bool engineSetModelLODDistance ( model, distance ) </syntaxhighlight> ===Required Arguments=== *'''model:''' The model *'''distance:''' ...)
(No difference)

Revision as of 22:04, 7 May 2009



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