GTAG - Modding - Opcode Database - 038F
Opcode Database
038F
| Description | Loads a texture from the most recently loaded .txd dictionary for drawing. |
|---|---|
| Parameters (v2) | 1) Integer (INT) 2) Texture name (STRING) |
| Games | |
| Category | Common, Draw, Texture |
| San Andreas | |
| sascm.ini | 038F=2,load_sprite %1d% from %2h% |
| Example | 038F: load_sprite 1 from "DOWN" |
| Command Name | LOAD_SPRITE |
| Vice City | |
| sascm.ini | 038F=2,load_texture %2h% as %1d% ; Load dictionary with 0390 first |
| Example | 038F: load_texture "DOWN" as 1 |
| Command Name | LOAD_SPRITE |
| GTA III | |
| gtascm.ini | 038F=2,load_texture %2h% as %1d% ; Load dictionary with 0390 first |
| Example | 038F: load_texture "DOWN" as 1 |
| Command Name | LOAD_SPRITE |

