UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

45 lines (44 loc) 791 B
/** * List of explosion sources. */ export declare enum ExplosionType { Grenade = 0, GrenadeL = 1, StickyBomb = 2, Molotov1 = 3, Rocket = 4, TankShell = 5, HiOctane = 6, Car = 7, Plane = 8, PetrolPump = 9, Bike = 10, Steam = 11, Flame = 12, WaterHydrant = 13, GasCanister = 14, Boat = 15, ShipDestroy = 16, Truck = 17, Bullet = 18, SmokeGL = 19, SmokeG = 20, BZGas = 21, Flare = 22, GasCanister2 = 23, Extinguisher = 24, ProgramAR = 25, Train = 26, Barrel = 27, Propane = 28, Blimp = 29, FlameExplode = 30, Tanker = 31, PlaneRocket = 32, VehicleBullet = 33, GasTank = 34, FireWork = 35, SnowBall = 36, ProxMine = 37, Valkyrie = 38 }