mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
Update mxdsobject.h
This commit is contained in:
parent
430616fd7a
commit
7c8329a5ec
@ -35,7 +35,7 @@ class MxDSObject : public MxCore {
|
|||||||
// OFFSET: LEGO1 0x10005530
|
// OFFSET: LEGO1 0x10005530
|
||||||
inline virtual void SetAtomId(MxAtomId p_atomId) { this->m_atomId = p_atomId; } // vtable+20;
|
inline virtual void SetAtomId(MxAtomId p_atomId) { this->m_atomId = p_atomId; } // vtable+20;
|
||||||
|
|
||||||
inline const MxAtomId& GetAtomId() { return this->m_atomId; }
|
inline MxAtomId& GetAtomId() { return this->m_atomId; }
|
||||||
inline MxU32 GetObjectId() { return this->m_objectId; }
|
inline MxU32 GetObjectId() { return this->m_objectId; }
|
||||||
inline MxS16 GetUnknown24() { return this->m_unk24; }
|
inline MxS16 GetUnknown24() { return this->m_unk24; }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user