Client-side function

engineAddClothingModel

From Multi Theft Auto: Wiki
Revision as of 00:57, 8 April 2025 by Walace (talk | contribs) (Adds a page for the function engineAddClothingModel.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ADDED/UPDATED IN VERSION 1.6.0 r23124:
This function adds new CJ clothing model.

Syntax

bool engineAddClothingModel ( dff theModel, string fileName )

Required Arguments

  • theModel: The model that will be added.
  • fileName: Name of the file containing the TXD/DFF extension.

Returns

Returns true if the model was added, and false otherwise.

Example

See unified example available in addClothingModel.

See Also