EngineLoadTXD

From Multi Theft Auto: Wiki
Revision as of 12:58, 21 August 2007 by Arc (talk | contribs)
Jump to navigation Jump to search

This function loads a RenderWare Texture Dictionary (TXD) file into GTA. The texture dictionary can then be used to provide textures.

This is a client side function. Be sure to transfer your TXD file by including it in the meta file.

Syntax

txd engineLoadTXD ( string txd_file ) 

Required Arguments

  • txd_file: The relative path to the txd file you want to load

Returns

Returns a txd object if the file was loaded, false otherwise.

Example

See Also