mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
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:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user