2023-12-26 18:10:28 -05:00
|
|
|
#ifndef LEGOACT2_H
|
|
|
|
#define LEGOACT2_H
|
|
|
|
|
|
|
|
#include "legocarraceactor.h"
|
|
|
|
#include "legopathactor.h"
|
2024-01-20 18:04:46 -05:00
|
|
|
#include "legoworld.h"
|
2023-12-26 18:10:28 -05:00
|
|
|
|
|
|
|
// VTABLE: LEGO1 0x100d82e0
|
2023-12-28 11:56:54 -05:00
|
|
|
// SIZE 0x1154
|
2024-01-18 08:34:14 -05:00
|
|
|
class LegoAct2 : public LegoWorld {
|
2024-01-20 18:04:46 -05:00
|
|
|
|
2024-02-01 15:42:10 -05:00
|
|
|
MxLong Notify(MxParam& p_param) override; // vtable+0x04
|
|
|
|
MxResult Tickle() override; // vtable+0x08
|
|
|
|
MxResult Create(MxDSAction& p_dsAction) override; // vtable+0x18
|
|
|
|
void ReadyWorld() override; // vtable+0x50
|
|
|
|
MxBool VTable0x5c() override; // vtable+0x5c
|
|
|
|
void VTable0x60() override; // vtable+0x60
|
|
|
|
MxBool VTable0x64() override; // vtable+0x64
|
2024-02-02 12:18:46 -05:00
|
|
|
void Enable(MxBool p_enable) override; // vtable+0x68
|
2024-01-20 18:04:46 -05:00
|
|
|
|
2024-01-18 08:34:14 -05:00
|
|
|
// SYNTHETIC: LEGO1 0x1004fe20
|
|
|
|
// LegoAct2::`scalar deleting destructor'
|
|
|
|
};
|
2023-12-26 18:10:28 -05:00
|
|
|
|
|
|
|
#endif // LEGOACT2_H
|