UNPKG

@nativewrappers/redm

Version:

Native wrappers and utilities for use with RedM.

36 lines (35 loc) 762 B
export declare enum WeaponAttachPoints { HandPrimary = 0, HandSecondary = 1, PistolR = 2, MAX_HAND_ATTACH_POINTS = 2, PistolLeft = 3, Knife = 4, Lasso = 5, Thrower = 6, Bow = 7, BowAlternative = 8, Rifle = 9, RifleAlternative = 10, Lantern = 11, TempLantern = 12, Melee = 13, MAX_SYNCED_WEAPON_ATTACH_POINTS = 13, Hip = 14, Boot = 15, Back = 16, Front = 18, ShoulderSling = 19, LeftBreast = 20, RightBreast = 21, LeftArmpit = 22, RightArmpit = 23, LeftArmpitRifle = 24, Satchel = 25, LeftArmPitBow = 26, RightHandExtra = 27, LeftHandExtra = 28, RightHandAux = 29, MAX_WEAPON_ATTACH_POINTS = 29, WEAPON_ATTACH_POINT_INVALID = -1 }