EngineFreeModel

From Multi Theft Auto: Wiki
Revision as of 17:03, 8 September 2019 by Arran Fortuna (talk | contribs)
Jump to navigation Jump to search

This function is used to un-assign the specified model ID from the engineRequestModel assignment.

[[{{{image}}}|link=|]] Note:

Needs checking / improving.

Syntax

bool engineFreeModel ( int modelID )

Required Arguments

  • modelID: the model ID you want to have un-assigned.

Returns

Returns true if the model was successfully freed, false otherwise.

Example

Accessories-text-editor.png Script Example Missing Function EngineFreeModel needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.
-- TODO


See Also