2024-06-12 20:02:47 -04:00
|
|
|
#ifndef ACT3COP_H
|
|
|
|
#define ACT3COP_H
|
|
|
|
|
2024-07-08 17:52:50 -04:00
|
|
|
#include "act3actors.h"
|
2024-06-12 20:02:47 -04:00
|
|
|
|
|
|
|
// VTABLE: LEGO1 0x100d7750 LegoPathActor
|
|
|
|
// VTABLE: LEGO1 0x100d7820 LegoAnimActor
|
|
|
|
// SIZE 0x188
|
|
|
|
class Act3Cop : public Act3Actor {
|
|
|
|
public:
|
|
|
|
Act3Cop();
|
|
|
|
|
|
|
|
void ParseAction(char* p_extra) override; // vtable+0x20
|
|
|
|
void VTable0x70(float p_und) override; // vtable+0x70
|
|
|
|
MxResult VTable0x94(LegoPathActor*, MxBool) override; // vtable+0x94
|
|
|
|
MxResult VTable0x9c() override; // vtable+0x9c
|
|
|
|
|
|
|
|
// SYNTHETIC: LEGO1 0x10043120
|
|
|
|
// Act3Cop::`scalar deleting destructor'
|
|
|
|
|
|
|
|
private:
|
|
|
|
undefined4 m_unk0x20[4]; // 0x20
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif // ACT3COP_H
|