EngineUnloadModel

From Multi Theft Auto: Wiki
Revision as of 15:21, 25 August 2007 by IJs (talk | contribs) (New page: __NOTOC__ This function "unloads" a custom model identified by a model id, and reloads the original GTA model. ==Syntax== <syntaxhighlight lang="lua"> bool engineUnloadModel ( model_id ) </syntaxhighlight> ==...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function "unloads" a custom model identified by a model id, and reloads the original GTA model.

Syntax

bool engineUnloadModel ( model_id ) 

Required Arguments

  • model_id: The model id used to identify the model that is being reloaded

Returns

Returns true if the function executed succesfully, false otherwise.

Example

See Also