EngineLoadTXD: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
This function loads a RenderWare Texture Dictionary (TXD) file into GTA. The texture dictionary can then be used to provide textures.
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.
This is a client side function. Be sure to transfer your TXD file by including it in the meta file.


==Syntax==  
==Syntax==  

Revision as of 12:58, 21 August 2007

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