mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-17 13:31:15 +00:00
Update mxdsobject.h
This commit is contained in:
parent
0ffe6ed4ae
commit
c76683a557
@ -18,10 +18,10 @@ class MxDSObject : public MxCore
|
|||||||
void CopyFrom(MxDSObject &p_dsObject);
|
void CopyFrom(MxDSObject &p_dsObject);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100bf730
|
// OFFSET: LEGO1 0x100bf730
|
||||||
inline virtual const char *ClassName() const { return "MxDSObject"; }; // vtable+0c
|
inline virtual const char *ClassName() const override { return "MxDSObject"; }; // vtable+0c
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100bf740
|
// OFFSET: LEGO1 0x100bf740
|
||||||
inline virtual MxBool IsA(const char *name) const { return !strcmp(name, MxDSObject::ClassName()) || MxCore::IsA(name); }; // vtable+10;
|
inline virtual MxBool IsA(const char *name) const override { return !strcmp(name, MxDSObject::ClassName()) || MxCore::IsA(name); }; // vtable+10;
|
||||||
|
|
||||||
virtual int unk14(); // vtable+14;
|
virtual int unk14(); // vtable+14;
|
||||||
virtual unsigned int CalculateUnk08(); // vtable+18;
|
virtual unsigned int CalculateUnk08(); // vtable+18;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user