Implement/match LegoPointOfViewController::SetEntity (#668)

* Implement/match LegoPointOfViewController::SetEntity

* Fix order
This commit is contained in:
Christian Semmler
2024-03-13 14:03:30 -04:00
committed by GitHub
parent 0623e6a766
commit 0f2aee1849
3 changed files with 47 additions and 2 deletions

View File

@@ -184,6 +184,24 @@ void LegoEntity::FUN_10010c30()
}
}
// STUB: LEGO1 0x10010c60
Mx3DPointFloat LegoEntity::GetEntitydDirection()
{
return Mx3DPointFloat(0, 0, 0);
}
// STUB: LEGO1 0x10010cf0
Mx3DPointFloat LegoEntity::GetEntityUp()
{
return Mx3DPointFloat(0, 0, 0);
}
// STUB: LEGO1 0x10010d80
Mx3DPointFloat LegoEntity::GetEntityLocation()
{
return Mx3DPointFloat(0, 0, 0);
}
// FUNCTION: LEGO1 0x10010e10
void LegoEntity::ParseAction(char* p_extra)
{