mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 22:47:32 +08:00
feat(CAutomobile): Added deformation god mode
This commit is contained in:
parent
0c87bbdf2f
commit
eeaaf20f13
@ -19,7 +19,9 @@ public:
|
|||||||
class CHandlingData *m_handling; //0x0938
|
class CHandlingData *m_handling; //0x0938
|
||||||
char pad_0940[2]; //0x0940
|
char pad_0940[2]; //0x0940
|
||||||
uint8_t m_bullet_proof_tyres; //0x0942
|
uint8_t m_bullet_proof_tyres; //0x0942
|
||||||
char pad_0943[793]; //0x0943
|
char pad_0943[1]; //0x0943
|
||||||
|
uint8_t m_deform_god; //0x0944
|
||||||
|
char pad_0945[791]; //0x0945
|
||||||
float m_gravity; //0x0C5C
|
float m_gravity; //0x0C5C
|
||||||
}; //Size: 0x0C60
|
}; //Size: 0x0C60
|
||||||
static_assert(sizeof(CAutomobile) == 0xC60);
|
static_assert(sizeof(CAutomobile) == 0xC60);
|
Loading…
Reference in New Issue
Block a user