fix(fwEntity): Identify offsets for position, forward, up and right vectors
These vectors appear to be synced with the ones in m_navigation (CNavigation).
This commit is contained in:
parent
49916757df
commit
5aef1d50f2
10
fwEntity.hpp
10
fwEntity.hpp
@ -20,7 +20,15 @@ namespace rage
|
||||
class CNavigation *m_navigation; //0x0030
|
||||
char pad_0038[16]; //0x0038
|
||||
class rage::fwDrawData *m_draw_data; //0x0048
|
||||
char pad_0050[128]; //0x0050
|
||||
char pad_0050[16]; //0x0050
|
||||
class rage::fvector3 m_right; //0x0060
|
||||
char pad_006C[4]; //0x006C
|
||||
class rage::fvector3 m_forward; //0x0070
|
||||
char pad_007C[4]; //0x007C
|
||||
class rage::fvector3 m_up; //0x0080
|
||||
char pad_008C[4]; //0x008C
|
||||
class rage::fvector3 m_position; //0x0090
|
||||
char pad_009C[52]; //0x009C
|
||||
class rage::netObject *m_net_object; //0x00D0
|
||||
char pad_00D8[176]; //0x00D8
|
||||
uint32_t m_damage_bits; //0x0188
|
||||
|
Loading…
Reference in New Issue
Block a user