EngineUnloadModel: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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> ==...)
(No difference)

Revision as of 15:21, 25 August 2007

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