mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-27 17:31:16 +00:00
* Fix size annotations for legoomni Fix structure and add placeholder annotations for LegoAnimActor and subclasses * Fix LegoCarRaceActor constructor Fix function name in LegoRaceCar * Add size assertions for legoomni and fix sizes * Various style fixes * Use other marker so vtable.py doesn't compare * Revert "Use other marker so vtable.py doesn't compare" This reverts commit 608985cd73856598b95c15aed9f8f022645e9e7a. * Fix copy/paste error * Remove stale comment. --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
84 lines
1.2 KiB
C++
84 lines
1.2 KiB
C++
#include "towtrack.h"
|
|
|
|
DECOMP_SIZE_ASSERT(TowTrack, 0x180)
|
|
|
|
// FUNCTION: LEGO1 0x1004c720
|
|
TowTrack::TowTrack()
|
|
{
|
|
this->m_unk0x168 = 0;
|
|
this->m_unk0x16a = -1;
|
|
this->m_unk0x164 = 0;
|
|
this->m_unk0x16c = 0;
|
|
this->m_unk0x170 = -1;
|
|
this->m_unk0x16e = 0;
|
|
this->m_unk0x174 = -1;
|
|
this->m_unk0x13c = 40.0;
|
|
this->m_unk0x178 = 1.0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004c9e0
|
|
MxResult TowTrack::Create(MxDSAction& p_dsAction)
|
|
{
|
|
// TODO
|
|
return SUCCESS;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004cb10
|
|
void TowTrack::VTable0x70(float p_float)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004cc80
|
|
MxLong TowTrack::Notify(MxParam& p_param)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004cd30
|
|
MxU32 TowTrack::VTable0xd8(MxType18NotificationParam& p_param)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004d330
|
|
MxU32 TowTrack::VTable0xdc(MxType19NotificationParam& p_param)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004d690
|
|
MxU32 TowTrack::VTable0xcc()
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004d8f0
|
|
void TowTrack::VTable0xe4()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004d9e0
|
|
MxU32 TowTrack::VTable0xd4(LegoControlManagerEvent& p_param)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004dab0
|
|
void TowTrack::FUN_1004dab0()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1004dad0
|
|
void TowTrack::FUN_1004dad0()
|
|
{
|
|
// TODO
|
|
}
|