mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Finish some missing methods (#448)
* Finish some missing methods * Minor style updates/fixes --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -26,8 +26,15 @@ public:
|
||||
return !strcmp(p_name, MxDSParallelAction::ClassName()) || MxDSMultiAction::IsA(p_name);
|
||||
}
|
||||
|
||||
// SYNTHETIC: LEGO1 0x100cb020
|
||||
// MxDSParallelAction::`scalar deleting destructor'
|
||||
|
||||
virtual MxLong GetDuration() override; // vtable+24;
|
||||
virtual MxDSAction* Clone() override; // vtable+2c;
|
||||
|
||||
// FUNCTION: LEGO1 0x100caef0
|
||||
virtual void SetDuration(MxLong p_duration) override { m_duration = p_duration; } // vtable+0x28
|
||||
|
||||
virtual MxDSAction* Clone() override; // vtable+2c;
|
||||
};
|
||||
|
||||
#endif // MXDSPARALLELACTION_H
|
||||
|
Reference in New Issue
Block a user