Implement/match LegoEntity::SetWorldTransform and ResetWorldTransform (#632)

* Implement/match LegoEntity::SetWorldTransform and ResetWorldTransform

* Add param name
This commit is contained in:
Christian Semmler
2024-03-06 13:25:45 -05:00
committed by GitHub
parent 8ecae549df
commit 71bcd4c771
4 changed files with 50 additions and 16 deletions

View File

@@ -36,8 +36,8 @@ public:
return !strcmp(p_name, MxObjectFactory::ClassName()) || MxCore::IsA(p_name);
}
virtual MxCore* Create(const char* p_name); // vtable 0x14
virtual void Destroy(MxCore* p_object); // vtable 0x18
virtual MxCore* Create(const char* p_name); // vtable+0x14
virtual void Destroy(MxCore* p_object); // vtable+0x18
// SYNTHETIC: LEGO1 0x100b1160
// MxObjectFactory::`scalar deleting destructor'