2023-06-29 04:10:08 -04:00
|
|
|
#include "gasstation.h"
|
|
|
|
|
2024-01-17 12:24:42 -05:00
|
|
|
#include "mxnotificationmanager.h"
|
|
|
|
|
|
|
|
// FUNCTION: LEGO1 0x100046a0
|
2023-06-29 04:10:08 -04:00
|
|
|
GasStation::GasStation()
|
|
|
|
{
|
2024-02-04 10:36:47 -05:00
|
|
|
m_unk0xf8 = 0;
|
|
|
|
m_unk0x100 = 0;
|
|
|
|
m_unk0xfc = 0;
|
|
|
|
m_unk0x108 = 0;
|
|
|
|
m_unk0x104 = 0;
|
|
|
|
m_unk0x114 = 0;
|
|
|
|
m_unk0x106 = 0;
|
|
|
|
m_unk0x10c = 0;
|
|
|
|
m_unk0x115 = 0;
|
|
|
|
m_unk0x110 = 0;
|
2024-01-17 12:24:42 -05:00
|
|
|
|
|
|
|
NotificationManager()->Register(this);
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2024-01-20 18:04:46 -05:00
|
|
|
// STUB: LEGO1 0x10004770
|
|
|
|
MxBool GasStation::VTable0x5c()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return FALSE;
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x100048c0
|
2023-06-29 04:10:08 -04:00
|
|
|
GasStation::~GasStation()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2024-01-20 18:04:46 -05:00
|
|
|
// STUB: LEGO1 0x10004990
|
|
|
|
MxResult GasStation::Create(MxDSAction& p_dsAction)
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return SUCCESS;
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10004a60
|
2023-12-13 05:48:14 -05:00
|
|
|
MxLong GasStation::Notify(MxParam& p_param)
|
2023-06-29 04:10:08 -04:00
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
|
2023-10-24 19:38:27 -04:00
|
|
|
return 0;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2024-01-20 18:04:46 -05:00
|
|
|
// STUB: LEGO1 0x10004b30
|
2024-01-27 15:18:35 -05:00
|
|
|
void GasStation::ReadyWorld()
|
2024-01-20 18:04:46 -05:00
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10005c40
|
2024-02-02 12:18:46 -05:00
|
|
|
void GasStation::Enable(MxBool p_enable)
|
2024-01-20 18:04:46 -05:00
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10005c90
|
2023-09-21 14:51:24 -04:00
|
|
|
MxResult GasStation::Tickle()
|
2023-06-29 04:10:08 -04:00
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
|
2023-10-24 19:38:27 -04:00
|
|
|
return 0;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
2024-01-20 18:04:46 -05:00
|
|
|
|
|
|
|
// STUB: LEGO1 0x10005e70
|
|
|
|
MxBool GasStation::VTable0x64()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return FALSE;
|
|
|
|
}
|