Added mission bits to fwEntity. (#15)

mission bits can be used to check if an entity is a mission entity.
This commit is contained in:
aa15032261 2022-08-07 01:36:22 +08:00 committed by GitHub
parent 634ccb0237
commit 825a7c0fb7

View File

@ -14,7 +14,9 @@ namespace rage
class fwEntity
{
public:
char pad_0000[32]; //0x0000
char pad_0000[25]; //0x0000
uint8_t m_mission_bits; // 0x0019
char pad_001A[6]; // 0x001A
class CBaseModelInfo *m_model_info; //0x0020
char pad_0028[1]; //0x0028
int8_t m_entity_type; //0x0029