mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match MxMediaPresenter::EndAction (#276)
* Bootstrap MxMediaPresenter * Implement/match MxMediaPresenter::EndAction * Merge * Remove garbage
This commit is contained in:

committed by
GitHub

parent
8861acaf20
commit
8a1422f13e
@@ -17,7 +17,7 @@ public:
|
||||
Flag_Bit4 = 0x08,
|
||||
Flag_Bit5 = 0x10,
|
||||
Flag_Enabled = 0x20,
|
||||
Flag_Parsed = 0x80,
|
||||
Flag_World = 0x80,
|
||||
Flag_Bit9 = 0x200,
|
||||
Flag_Bit10 = 0x400,
|
||||
};
|
||||
@@ -63,6 +63,7 @@ public:
|
||||
inline void SetLoopCount(MxS32 p_loopCount) { m_loopCount = p_loopCount; }
|
||||
inline const MxVector3Data& GetLocation() const { return m_location; }
|
||||
inline void SetUnknown84(MxCore* p_unk84) { m_unk84 = p_unk84; }
|
||||
inline MxCore* GetUnknown8c() { return m_unk8c; }
|
||||
inline void SetUnknown8c(MxCore* p_unk8c) { m_unk8c = p_unk8c; }
|
||||
|
||||
inline MxBool IsLooping() const { return m_flags & Flag_Looping; }
|
||||
|
Reference in New Issue
Block a user