mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Move function
This commit is contained in:
parent
2434427c1c
commit
a9c54b35cd
@ -35,8 +35,8 @@ class LegoPathController : public MxCore {
|
|||||||
virtual void VTable0x14(); // vtable+0x14
|
virtual void VTable0x14(); // vtable+0x14
|
||||||
virtual void Destroy(); // vtable+0x18
|
virtual void Destroy(); // vtable+0x18
|
||||||
|
|
||||||
void Enable(MxBool p_enable);
|
|
||||||
undefined4 FUN_10046770(IslePathActor* p_actor);
|
undefined4 FUN_10046770(IslePathActor* p_actor);
|
||||||
|
void Enable(MxBool p_enable);
|
||||||
MxS32 FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value);
|
MxS32 FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -25,18 +25,18 @@ MxResult LegoPathController::Tickle()
|
|||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10046be0
|
|
||||||
void LegoPathController::Enable(MxBool p_enable)
|
|
||||||
{
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x10046770
|
// STUB: LEGO1 0x10046770
|
||||||
undefined4 LegoPathController::FUN_10046770(IslePathActor* p_actor)
|
undefined4 LegoPathController::FUN_10046770(IslePathActor* p_actor)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// STUB: LEGO1 0x10046be0
|
||||||
|
void LegoPathController::Enable(MxBool p_enable)
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10046b30
|
// STUB: LEGO1 0x10046b30
|
||||||
MxS32 LegoPathController::FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value)
|
MxS32 LegoPathController::FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user