Files
tp/include/d/actor/d_a_obj_lv6FurikoTrap.h
T

57 lines
1.4 KiB
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_OBJ_LV6FURIKOTRAP_H
#define D_A_OBJ_LV6FURIKOTRAP_H
2025-10-18 22:13:43 -04:00
#include "d/d_bg_s_movebg_actor.h"
#include "d/d_cc_d.h"
2024-05-29 01:49:10 -06:00
#include "f_op/f_op_actor_mng.h"
/**
* @ingroup actors-objects
* @class daLv6FurikoTrap_c
* @brief Temple of Time Pendulum Trap
*
* @details
*
*/
2025-10-18 22:13:43 -04:00
class daLv6FurikoTrap_c : public dBgS_MoveBgActor {
2024-05-29 01:49:10 -06:00
public:
/* 80C72510 */ void setBaseMtx();
2025-10-18 22:13:43 -04:00
/* 80C72598 */ int CreateHeap();
/* 80C72604 */ int create();
/* 80C729B4 */ int Execute(Mtx**);
2024-05-29 01:49:10 -06:00
/* 80C72CA8 */ void move();
/* 80C72D24 */ void init_modeMove();
/* 80C72D38 */ void modeMove();
2025-10-18 22:13:43 -04:00
/* 80C72EE0 */ int Draw();
/* 80C72F94 */ int Delete();
2024-05-29 01:49:10 -06:00
2025-10-18 22:13:43 -04:00
static const dCcD_SrcGObjInf mCcDObjInfo;
static dCcD_SrcSph mCcDSph;
2024-05-29 01:49:10 -06:00
private:
2025-10-18 22:13:43 -04:00
/* 0x5A0 */ request_of_phase_process_class mPhase;
/* 0x5A8 */ J3DModel* mModel;
/* 0x5AC */ u8 mMode;
/* 0x5AE */ s16 mAngleIncrement;
/* 0x5B0 */ s16 mAngle;
/* 0x5B2 */ u8 mTimer;
/* 0x5B4 */ dCcD_Stts mCcStts;
/* 0x5F0 */ dCcD_Sph mCcSph1[13];
/* 0x15C8 */ dCcD_Sph mCcSph2[6];
2024-05-29 01:49:10 -06:00
};
2024-06-10 01:34:52 -06:00
2024-05-29 01:49:10 -06:00
STATIC_ASSERT(sizeof(daLv6FurikoTrap_c) == 0x1d18);
2025-10-18 22:13:43 -04:00
class daLv6FurikoTrap_HIO_c : public mDoHIO_entry_c {
2024-05-29 01:49:10 -06:00
public:
/* 80C7248C */ daLv6FurikoTrap_HIO_c();
2025-10-18 22:13:43 -04:00
#if DEBUG
void genMessage(JORMContext*);
#endif
/* 0x8 */ f32 mIntervalSeconds;
/* 0xC */ f32 mMaxAngle;
/* 0x10 */ u8 unk10;
2024-05-29 01:49:10 -06:00
};
2021-03-28 22:49:05 +02:00
#endif /* D_A_OBJ_LV6FURIKOTRAP_H */