Implement ExtraActor vftable and passthrough methods (#735)

* Implement ExtraActor vftable and passthrough methods

* Remove unused param names
This commit is contained in:
Nathan M Gilbert
2024-03-26 19:24:01 -04:00
committed by GitHub
parent 4e9dbfe331
commit 32bc6c4264
9 changed files with 103 additions and 36 deletions

View File

@@ -15,12 +15,6 @@ LegoRaceActor::LegoRaceActor()
m_unk0x08 = 0;
}
// STUB: LEGO1 0x10014ca0
void LegoRaceActor::ParseAction(char*)
{
// TODO
}
// STUB: LEGO1 0x10014cb0
void LegoRaceActor::SetWorldSpeed(MxFloat p_worldSpeed)
{
@@ -28,7 +22,7 @@ void LegoRaceActor::SetWorldSpeed(MxFloat p_worldSpeed)
}
// STUB: LEGO1 0x10014cc0
void LegoRaceActor::VTable0x68()
void LegoRaceActor::VTable0x68(Mx3DPointFloat&, Mx3DPointFloat&, Mx3DPointFloat&)
{
// TODO
}