engineAddClothingTXD | Multi Theft Auto: Wiki Skip to content

engineAddClothingTXD

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This function adds new CJ clothing texture.

Syntax

​bool engineAddClothingTXD ( ​txd theTexture, ​string fileName )
Required Arguments
  • theTexture: The texture that will be added.
  • fileName: Name of the file containing the TXD extension.

Returns

  • bool: value

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

Code Examples

Script Example Missing

Function engineAddClothingTXD needs a script example. Help out by writing one.

Contribution guidelines

See Also

Engine Functions
Engine Elements