Implement/match LegoRaceMap (#1087)

* Implement/match LegoRaceMap

* Fix CI, address review comments

---------

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-08-17 20:30:39 +02:00
committed by GitHub
parent 34047c0cb6
commit 757df96c0d
11 changed files with 200 additions and 21 deletions

View File

@@ -63,8 +63,12 @@ public:
// FUNCTION: BETA10 0x1012efb0
const char* GetSourceName() const { return m_sourceName; }
// FUNCTION: BETA10 0x10028460
const char* GetObjectName() const { return m_objectName; }
// FUNCTION: BETA10 0x10017910
MxU32 GetObjectId() { return m_objectId; }
const MxAtomId& GetAtomId() { return m_atomId; }
MxS16 GetUnknown24() { return m_unk0x24; }
MxPresenter* GetUnknown28() { return m_unk0x28; }