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

This commit is contained in:
Nicholas Hastings 2011-02-01 14:51:42 -05:00
parent e1081c0a50
commit d77d1de462

View File

@ -201,6 +201,19 @@ enum {
TF_WEAPON_STICKBOMB 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 // Identifiers for the eventtype property on the teamplay_flag_event event
enum { enum {
TF_FLAGEVENT_PICKEDUP = 1, TF_FLAGEVENT_PICKEDUP = 1,