From 825a7c0fb7382280f8f8ad1b6eaa5549ec94563b Mon Sep 17 00:00:00 2001 From: aa15032261 Date: Sun, 7 Aug 2022 01:36:22 +0800 Subject: [PATCH] Added mission bits to fwEntity. (#15) mission bits can be used to check if an entity is a mission entity. --- rage/fwEntity.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rage/fwEntity.hpp b/rage/fwEntity.hpp index 9f381ef..16c27e3 100644 --- a/rage/fwEntity.hpp +++ b/rage/fwEntity.hpp @@ -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