Add new CSGO weapon id's/itemdefs. (#929)

This commit is contained in:
Ruben Gonzalez 2018-12-12 14:35:36 -05:00 committed by Michael Flaherty
parent c196082988
commit dd61223c0b

View File

@ -141,6 +141,17 @@ enum CSWeaponID
CSWeapon_CZ75A = 63, CSWeapon_CZ75A = 63,
CSWeapon_REVOLVER = 64, CSWeapon_REVOLVER = 64,
CSWeapon_TAGGRENADE = 68, CSWeapon_TAGGRENADE = 68,
CSWeapon_FISTS = 69,
CSWeapon_BREACHCHARGE = 70,
CSWeapon_TABLET = 72,
CSWeapon_MELEE = 74,
CSWeapon_AXE = 75,
CSWeapon_HAMMER = 76,
CSWeapon_SPANNER = 78,
CSWeapon_KNIFE_GHOST = 80,
CSWeapon_FIREBOMB = 81,
CSWeapon_DIVERSION = 82,
CSWeapon_FRAGGRENADE = 83,
CSWeapon_MAX_WEAPONS_NO_KNIFES, // Max without the knife item defs, useful when treating all knives as a regular knife. CSWeapon_MAX_WEAPONS_NO_KNIFES, // Max without the knife item defs, useful when treating all knives as a regular knife.
CSWeapon_BAYONET = 500, CSWeapon_BAYONET = 500,
CSWeapon_KNIFE_FLIP = 505, CSWeapon_KNIFE_FLIP = 505,