Added defines for TF2 weapon slots (r=dvander).
This commit is contained in:
parent
9ed9060940
commit
f80a8d306b
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user