gta.loadTXD

From GTA Connected
Revision as of 20:51, 3 October 2019 by Mex (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, int slot)

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.
int slot The slot for the texture in the TXD.

Return

void

On failure: void