Add annotations

This commit is contained in:
Christian Semmler 2024-01-16 14:24:52 -05:00
parent 69375640c8
commit 1e1b993938

View File

@ -13,7 +13,7 @@
class LegoEntity : public MxEntity { class LegoEntity : public MxEntity {
public: public:
enum { enum {
Flag_Bit1 = 1 Flag_Bit1 = 0x01
}; };
// Inlined at 0x100853f7 // Inlined at 0x100853f7
@ -67,7 +67,7 @@ class LegoEntity : public MxEntity {
void Init(); void Init();
void SetWorld(); void SetWorld();
undefined m_unk0x10; undefined m_unk0x10; // 0x10
MxU8 m_flags; // 0x11 MxU8 m_flags; // 0x11
Mx3DPointFloat m_worldLocation; // 0x14 Mx3DPointFloat m_worldLocation; // 0x14
Mx3DPointFloat m_worldDirection; // 0x28 Mx3DPointFloat m_worldDirection; // 0x28
@ -75,7 +75,7 @@ class LegoEntity : public MxEntity {
MxFloat m_worldSpeed; // 0x50 MxFloat m_worldSpeed; // 0x50
LegoROI* m_roi; // 0x54 LegoROI* m_roi; // 0x54
MxBool m_cameraFlag; // 0x58 MxBool m_cameraFlag; // 0x58
undefined m_unk0x59; undefined m_unk0x59; // 0x59
// For tokens from the extra string that look like this: // For tokens from the extra string that look like this:
// "Action:openram;\lego\scripts\Race\CarRaceR;0" // "Action:openram;\lego\scripts\Race\CarRaceR;0"
ExtraActionType m_actionType; // 0x5c ExtraActionType m_actionType; // 0x5c