Update fakemeta_const.inc

This commit is contained in:
shel 2020-06-08 11:02:29 +00:00 committed by GitHub
parent c8abe26ec5
commit 31b8993626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -746,6 +746,9 @@ enum UserCmd
UC_ImpactPosition // float array[3] UC_ImpactPosition // float array[3]
}; };
/**
* Info about weapons player might have in his/her possession
*/
enum WeaponData enum WeaponData
{ {
WD_iId, WD_iId,
@ -772,38 +775,6 @@ enum WeaponData
WD_flUser4, WD_flUser4,
}; };
/* Info about weapons player might have in his/her possession
typedef struct weapon_data_s
{
int m_iId;
int m_iClip;
float m_flNextPrimaryAttack;
float m_flNextSecondaryAttack;
float m_flTimeWeaponIdle;
int m_fInReload;
int m_fInSpecialReload;
float m_flNextReload;
float m_flPumpTime;
float m_fReloadTime;
float m_fAimedDamage;
float m_fNextAimBonus;
int m_fInZoom;
int m_iWeaponState;
int iuser1;
int iuser2;
int iuser3;
int iuser4;
float fuser1;
float fuser2;
float fuser3;
float fuser4;
} weapon_data_t;
*/
enum AlertType enum AlertType
{ {
at_notice = 0, at_notice = 0,