LegoWorldPresenter vtables (#366)

* Legoworld vtables

* fixes

* fix

* formatting

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2023-12-26 19:45:48 -05:00
committed by GitHub
parent b35a121ee2
commit 59d999f6dc
6 changed files with 63 additions and 0 deletions

View File

@@ -33,9 +33,12 @@ public:
virtual void Init(); // vtable+0x68
virtual undefined4 SetBackend(LegoEntity* p_unk0x4c); // vtable+0x6c
void SetBackendLocation(Vector3Data& p_location, Vector3Data& p_direction, Vector3Data& p_up);
private:
void Destroy(MxBool p_fromDestructor);
protected:
LegoEntity* m_objectBackend; // 0x4c
};