mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
feat(CWeaponInfo): Adjusted properties
- m_lock_on_range - m_accuracy_recoil
This commit is contained in:
parent
05c48dbeae
commit
f32a404cee
@ -28,7 +28,10 @@ public:
|
||||
char pad_0138[12]; //0x0138
|
||||
float m_spinup; //0x0144
|
||||
float m_spin; //0x0148
|
||||
char pad_014C[320]; //0x014C
|
||||
char pad_014C[316]; //0x014C
|
||||
float m_lock_on_range; //0x0288
|
||||
float m_weapon_range; //0x028C
|
||||
}; //Size: 0x0290
|
||||
static_assert(sizeof(CWeaponInfo) == 0x290);
|
||||
char pad_0290[100]; //0x0290
|
||||
float m_accuracy_recoil; //0x02F4
|
||||
}; //Size: 0x02F8
|
||||
static_assert(sizeof(CWeaponInfo) == 0x2F8);
|
||||
|
Loading…
Reference in New Issue
Block a user