2023-06-29 04:10:08 -04:00
|
|
|
#include "islepathactor.h"
|
2023-08-03 14:10:54 -04:00
|
|
|
|
|
|
|
DECOMP_SIZE_ASSERT(IslePathActor, 0x160)
|
|
|
|
|
2023-10-24 08:37:02 -04:00
|
|
|
// Probably in header
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10002df0
|
2023-10-24 08:37:02 -04:00
|
|
|
void IslePathActor::VTable0xd0()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10002e00
|
2023-10-24 08:37:02 -04:00
|
|
|
void IslePathActor::VTable0xdc()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10002e70
|
2023-10-24 08:37:02 -04:00
|
|
|
void IslePathActor::VTable0xcc()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10002e80
|
2023-10-24 08:37:02 -04:00
|
|
|
void IslePathActor::VTable0xd4()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10002e90
|
2023-10-24 08:37:02 -04:00
|
|
|
void IslePathActor::VTable0xd8()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|
|
|
|
// End header
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x1001a200
|
2023-08-03 14:10:54 -04:00
|
|
|
IslePathActor::IslePathActor()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
this->m_pLegoWorld = NULL;
|
|
|
|
this->m_unk13c = 6.0;
|
|
|
|
this->m_unk15c = 1.0;
|
|
|
|
this->m_unk158 = 0;
|
2023-08-03 14:10:54 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// FUNCTION: LEGO1 0x1001a280
|
2023-11-18 10:08:49 -05:00
|
|
|
MxResult IslePathActor::Create(MxDSObject& p_dsObject)
|
2023-10-24 19:38:27 -04:00
|
|
|
{
|
2023-11-18 10:08:49 -05:00
|
|
|
return MxEntity::Create(p_dsObject);
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x1001a350
|
2023-10-24 08:37:02 -04:00
|
|
|
void IslePathActor::VTable0xe0()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x1001a3f0
|
2023-10-24 08:37:02 -04:00
|
|
|
void IslePathActor::VTable0xe4()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x1001b2a0
|
2023-10-24 08:37:02 -04:00
|
|
|
void IslePathActor::VTable0xe8(MxU32 p_1, MxBool p_2, MxU8 p_3)
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x1001b5b0
|
2023-10-24 08:37:02 -04:00
|
|
|
void IslePathActor::VTable0xec()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-10-24 08:37:02 -04:00
|
|
|
}
|