GTAG - Modding - Opcode Database - 020C
Opcode Database
020C
| Description | Creates an explosion. See this topic for a list of ID's that are used for the "with_radius" parameter. |
|---|---|
| Parameters (v2) | 1) X Coord (Float) (FLOAT) 2) Y Coord (Float) (FLOAT) 3) Z Coord (Float) (FLOAT) 4) Explosion ID (Integer) (INT) |
| Games | |
| Category | Common, Creation, Game, Particle |
| Command Name (IV) | ADD_EXPLOSION |
| San Andreas | |
| sascm.ini | 020C=4,add_explosion %1d% %2d% %3d% type %4d% |
| Example | 020C: add_explosion 72@ 73@ 74@ type 0 |
| Command Name | ADD_EXPLOSION |
| Vice City | |
| sascm.ini | 020c=4,create_explosion_with_radius %4d% at %1d% %2d% %3d% |
| Example | 020C: create_explosion_with_radius 1 at 69.42 -371.249 30.28 |
| Command Name | ADD_EXPLOSION |
| GTA III | |
| gtascm.ini | 020c=4,create_explosion %4d% at %1d% %2d% %3d% |
| Example | 020C: create_explosion 5 at 965.75 -1111.8749 15.5 |
| Command Name | ADD_EXPLOSION |

