GTAG - Modding - Opcode Database - 02CF
Opcode Database
02CF
Description | Creates a fire at the specified coordinates. The propagation parameter controls how much the fire can spread. |
---|---|
Parameters (v2) | 1) X Coord (Float) (FLOAT) 2) Y Coord (Float) (FLOAT) 3) Z Coord (Float) (FLOAT) 4) Integer (INT) 5) Integer (INT) 6) (Returned) Fire particle handle (Integer) (INT) |
Games | ![]() ![]() ![]() |
Category | Creation, Fire |
Command Name (IV) | START_SCRIPT_FIRE |
San Andreas | |
sascm.ini | 02CF=6,start_script_fire %1d% %2d% %3d% propagation %4h% size %5h% store_to %6d% |
Example | 02CF: start_script_fire 0.0 0.0 0.0 propagation 0 size 1 store_to 142@(213@,21i) |
Command Name | START_SCRIPT_FIRE |
Vice City | |
sascm.ini | 02cf=4,%4d% = create_fire_at %1d% %2d% %3d% |
Example | 02CF: 14@ = create_fire_at 347.5 417.4 20.6 |
Command Name | START_SCRIPT_FIRE |
GTA III | |
gtascm.ini | 02cf=4,%4d% = create_fire_at %1d% %2d% %3d% |
Example | 02CF: $1978 = create_fire_at 966.0 -1111.7499 13.75 |
Command Name | START_SCRIPT_FIRE |