Add slot define for healthshot/shield and tablet (#1114)

This commit is contained in:
Bara 2019-11-04 13:36:17 +01:00 committed by Asher Baker
parent a1436cd205
commit 23e1c0b71e

View File

@ -45,6 +45,8 @@
#define CS_SLOT_KNIFE 2 /**< Knife slot. */ #define CS_SLOT_KNIFE 2 /**< Knife slot. */
#define CS_SLOT_GRENADE 3 /**< Grenade slot (will only return one grenade). */ #define CS_SLOT_GRENADE 3 /**< Grenade slot (will only return one grenade). */
#define CS_SLOT_C4 4 /**< C4 slot. */ #define CS_SLOT_C4 4 /**< C4 slot. */
#define CS_SLOT_BOOST 11 /**< Slot for healthshot and shield (will only return one weapon/item). */
#define CS_SLOT_UTILITY 12 /**< Slot for tablet. */
#define CS_DMG_HEADSHOT (1 << 30) /**< Headshot */ #define CS_DMG_HEADSHOT (1 << 30) /**< Headshot */