Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 038F

Opcode Database

038F

DescriptionLoads a texture from the most recently loaded .txd dictionary for drawing.
Parameters (v2)1) Integer (INT)
2) Texture name (STRING)
Gamessa vc iii
CategoryCommon, Draw, Texture
San Andreas
sascm.ini038F=2,load_sprite %1d% from %2h%
Example038F: load_sprite 1 from "DOWN"
Command NameLOAD_SPRITE
Vice City
sascm.ini038F=2,load_texture %2h% as %1d% ; Load dictionary with 0390 first
Example038F: load_texture "DOWN" as 1
Command NameLOAD_SPRITE
GTA III
gtascm.ini038F=2,load_texture %2h% as %1d% ; Load dictionary with 0390 first
Example038F: load_texture "DOWN" as 1
Command NameLOAD_SPRITE

<< 038E

0390 >>