* Align name of Create method with known source
Fix name in Score for reccmp

* Also update MxEntity::Vtable0x14
This commit is contained in:
Nathan M Gilbert
2023-11-18 10:08:49 -05:00
committed by GitHub
parent eee80250c0
commit 93eb4dc82d
10 changed files with 27 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ public:
return !strcmp(name, LegoEntity::ClassName()) || MxEntity::IsA(name);
}
virtual MxResult InitFromMxDSObject(MxDSObject& p_dsObject); // vtable+0x18
virtual MxResult Create(MxDSObject& p_dsObject); // vtable+0x18
virtual void Destroy(MxBool p_fromDestructor); // vtable+0x1c
virtual void ParseAction(char*); // vtable+0x20
virtual void SetROI(LegoROI* p_roi, MxBool p_bool1, MxBool p_bool2); // vtable+0x24