mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Beta matching MxDSMediaAction (#882)
This commit is contained in:
@@ -57,7 +57,10 @@ public:
|
||||
// FUNCTION: BETA10 0x100152e0
|
||||
inline virtual void SetAtomId(MxAtomId p_atomId) { m_atomId = p_atomId; } // vtable+20;
|
||||
|
||||
// FUNCTION: BETA10 0x1012ef90
|
||||
inline Type GetType() const { return (Type) m_type; }
|
||||
|
||||
// FUNCTION: BETA10 0x1012efb0
|
||||
inline const char* GetSourceName() const { return m_sourceName; }
|
||||
inline const char* GetObjectName() const { return m_objectName; }
|
||||
inline MxU32 GetObjectId() { return m_objectId; }
|
||||
|
Reference in New Issue
Block a user