mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
fix(CPhysical): maxhealth member type (#37)
This commit is contained in:
parent
b5b7811a8f
commit
f6d799e775
@ -21,7 +21,7 @@ namespace rage
|
|||||||
char gap198[232];
|
char gap198[232];
|
||||||
float m_health; //0x0280
|
float m_health; //0x0280
|
||||||
char pad_0284[28];
|
char pad_0284[28];
|
||||||
uint32_t m_maxhealth; //0x02A0
|
float m_maxhealth; //0x02A0
|
||||||
char gap2A4[4];
|
char gap2A4[4];
|
||||||
uint64_t qword2A8;
|
uint64_t qword2A8;
|
||||||
char gap2B0[72];
|
char gap2B0[72];
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
class CHandlingData
|
class CHandlingData
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
char pad_0000[8]; //0x0000
|
uint64_t qword0; //0x0000
|
||||||
uint32_t m_model_hash; //0x0008
|
uint32_t m_model_hash; //0x0008
|
||||||
float m_mass; //0x000C
|
float m_mass; //0x000C
|
||||||
float m_initial_drag_coeff; //0x0010
|
float m_initial_drag_coeff; //0x0010
|
||||||
|
Loading…
Reference in New Issue
Block a user