Added defines for TF2 weapon slots (r=dvander).

This commit is contained in:
Asher Baker 2011-02-01 14:45:19 -05:00
parent 9ed9060940
commit f80a8d306b

View File

@ -201,6 +201,19 @@ enum {
TF_WEAPON_STICKBOMB
};
// TF2 Weapon Slots for GetPlayerWeaponSlot
enum
{
TFWeaponSlot_Primary,
TFWeaponSlot_Secondary,
TFWeaponSlot_Melee,
TFWeaponSlot_Grenade,
TFWeaponSlot_Building,
TFWeaponSlot_PDA,
TFWeaponSlot_Item1,
TFWeaponSlot_Item2
};
// Identifiers for the eventtype property on the teamplay_flag_event event
enum {
TF_FLAGEVENT_PICKEDUP = 1,