feat(CVehicleModelInfo): added vehicle ability field (#146)

This commit is contained in:
thehorizon84 2023-12-03 14:28:39 +01:00 committed by GitHub
parent 9e76175d28
commit b93fcb4848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,9 @@ public:
float m_min_seat_height; //0x0554
char pad_0558[40]; //0x0558
uint32_t m_is_jetski; //0x0580
char pad_0584[28]; //0x0584
char pad_0584[7]; //0x0584
uint16_t m_ability_flag; // 0x058B
char pad_058D[19]; // 0x058D
}; //Size: 0x05A0
static_assert(sizeof(CVehicleModelInfo) == 0x5A0);
#pragma pack(pop)