Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 02CF

Opcode Database

02CF

DescriptionCreates 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)
Gamessa vc iii
CategoryCreation, Fire
Command Name (IV)START_SCRIPT_FIRE
San Andreas
sascm.ini02CF=6,start_script_fire %1d% %2d% %3d% propagation %4h% size %5h% store_to %6d%
Example02CF: start_script_fire 0.0 0.0 0.0 propagation 0 size 1 store_to 142@(213@,21i)
Command NameSTART_SCRIPT_FIRE
Vice City
sascm.ini02cf=4,%4d% = create_fire_at %1d% %2d% %3d%
Example02CF: 14@ = create_fire_at 347.5 417.4 20.6
Command NameSTART_SCRIPT_FIRE
GTA III
gtascm.ini02cf=4,%4d% = create_fire_at %1d% %2d% %3d%
Example02CF: $1978 = create_fire_at 966.0 -1111.7499 13.75
Command NameSTART_SCRIPT_FIRE

<< 02CE

02D0 >>