mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 10:11:15 +00:00
Also update MxEntity::Vtable0x14
This commit is contained in:
parent
d39409f9e1
commit
25b6ca6bc3
@ -14,7 +14,7 @@ MxEntity::~MxEntity()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x10001070
|
// OFFSET: LEGO1 0x10001070
|
||||||
MxResult MxEntity::SetEntityId(MxS32 p_id, const MxAtomId& p_atom)
|
MxResult MxEntity::Create(MxS32 p_id, const MxAtomId& p_atom)
|
||||||
{
|
{
|
||||||
this->m_mxEntityId = p_id;
|
this->m_mxEntityId = p_id;
|
||||||
this->m_atom = p_atom;
|
this->m_atom = p_atom;
|
||||||
|
|||||||
@ -27,7 +27,7 @@ class MxEntity : public MxCore {
|
|||||||
return !strcmp(name, MxEntity::ClassName()) || MxCore::IsA(name);
|
return !strcmp(name, MxEntity::ClassName()) || MxCore::IsA(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual MxResult SetEntityId(MxS32 p_id, const MxAtomId& p_atom); // vtable+0x14
|
virtual MxResult Create(MxS32 p_id, const MxAtomId& p_atom); // vtable+0x14
|
||||||
inline MxResult Create(MxDSObject& p_dsObject)
|
inline MxResult Create(MxDSObject& p_dsObject)
|
||||||
{
|
{
|
||||||
m_mxEntityId = p_dsObject.GetObjectId();
|
m_mxEntityId = p_dsObject.GetObjectId();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user