gta.loadTXD

From GTA Connected
Revision as of 09:25, 8 January 2025 by Vortrex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

gta.loadTXD

Signature: void gta.loadTXD(string txdName, stream data)

Usage: load a custom TXD texture, and replace an existing texture with it.

Parameters

string txdName The name of the TXD.
stream data The stream containing the texture data.

Return

void

On failure: void