Element/TXD: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ The txd class represents a texture controlled by the client. This class is created when a client side script creates it and is destroyed in the same way. The element type of thi...)
 
m (Добавление языков)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
The txd class represents a texture controlled by the client. This class is created when a client side script creates it and is destroyed in the same way.
The [[TXD]] class represents a RenderWare Texture Dictionary (TXD) loaded by the client, which can be imported into a custom model to texture it.
 
The element type of this class is '''"txd"'''.


==Related scripting functions==
==Related scripting functions==
===Client===
===Client===
{{Engine_functions}}
{{Engine_functions}}
[[en:Element/TXD]]
[[ru:Element/TXD]]
[[hu:Element/TXD]]

Latest revision as of 21:33, 14 April 2021

The TXD class represents a RenderWare Texture Dictionary (TXD) loaded by the client, which can be imported into a custom model to texture it.

Related scripting functions

Client