@fivem-ts/shared
Version: 
FiveM Typescript wrapper shared part
72 lines (71 loc) • 2.06 kB
TypeScript
/**
 * Enum representing different ammo types with their associated hash values.
 *
 * Each ammo type is assigned a unique numerical value that serves as its identifier.
 *
 * @enum{number}
 */
export declare enum AmmoTypesHash {
    Unknown = -1,
    AcidPackage = 1003730930,
    Ball = -6986138,
    BzGas = -1686864220,
    EmpLauncher = -237025091,
    FertilizerCan = 1963932634,
    FireExtinguisher = 1359393852,
    Firework = -1356599793,
    Flare = 1808594799,
    FlareGun = 1173416293,
    Grenade = 1003688881,
    GrenadeLauncher = 1003267566,
    GrenadeLauncherSmoke = 826266432,
    HazardCan = 1618528319,
    HomingLauncher = -1726673363,
    Mg = 1788949567,
    MgArmorPiercing = 784861712,
    MgFmj = 234717365,
    MgIncendiary = 1461941360,
    MgTracer = 1226421483,
    Minigun = -1614428030,
    Molotov = 1446246869,
    PetrolCan = -899475295,
    PipeBomb = 357983224,
    Pistol = 1950175060,
    PistolFmj = -1132792829,
    PistolHollowPoint = -836519658,
    PistolIncendiary = -1416716039,
    PistolTracer = -1193480661,
    Proxmine = -1356724057,
    RailGun = 2034517757,
    RailGunXm3 = 1322889087,
    RayPistol = -1526023308,
    Rifle = 218444191,
    RifleArmorPiercing = 423744068,
    RifleFmj = 1586900444,
    RifleIncendiary = -1829688883,
    RifleTracer = -1340502689,
    Rpg = 1742569970,
    Shotgun = -1878508229,
    ShotgunArmorPiercing = 1923327840,
    ShotgunExplosive = -309302955,
    ShotgunHollowPoint = 2089185906,
    ShotgunIncendiary = -609429612,
    Smg = 1820140472,
    SmgFmj = 758230489,
    SmgHollowPoint = 670318226,
    SmgIncendiary = -332892697,
    SmgTracer = 1569785553,
    SmokeGrenade = -435287898,
    Sniper = 1285032059,
    SniperArmorPiercing = -1497580119,
    SniperExplosive = -1378784071,
    SniperFmj = -168704490,
    SniperIncendiary = 796697766,
    SniperRemote = -19235536,
    SniperTracer = 1184011213,
    Snowball = -2112339603,
    SnowLauncher = 843865465,
    StickyBomb = 1411692055,
    StunGun = -1339118112,
    Tranquilizer = 1964004553
}