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

46 lines
1.1 KiB
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_OBJ_BURNBOX_H
#define D_A_OBJ_BURNBOX_H
2025-03-19 01:18:22 +01: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 daObjBurnBox_c
* @brief Burn Box
*
* @details
*
*/
2025-03-19 01:18:22 +01:00
class daObjBurnBox_c : public dBgS_MoveBgActor {
2024-05-29 01:49:10 -06:00
public:
/* 8046E698 */ void initBaseMtx();
/* 8046E6D4 */ void setBaseMtx();
2025-03-19 01:18:22 +01:00
/* 8046E738 */ int Create();
/* 8046E8BC */ int CreateHeap();
/* 8046E93C */ cPhs__Step create1st();
/* 8046E9EC */ int Execute(Mtx**);
/* 8046EABC */ int Draw();
/* 8046EC10 */ int Delete();
2024-05-29 01:49:10 -06:00
2025-03-19 01:18:22 +01:00
static void make_prm_burnBox(u32* param_0, u8 param_1) { *param_0 = param_1; }
u8 getType() { return fopAcM_GetParamBit(this, 0, 8); }
2024-07-17 12:51:24 -07:00
2024-05-29 01:49:10 -06:00
private:
2025-03-19 01:18:22 +01:00
/* 0x5A0 */ request_of_phase_process_class mPhaseReq;
/* 0x5A8 */ J3DModel* mpBoxModel;
/* 0x5AC */ dCcD_Stts mStts;
/* 0x5E8 */ dCcD_Cyl mCyl;
/* 0x724 */ u32 field_0x724;
/* 0x728 */ s16 field_0x728;
/* 0x72a */ u8 field_0x72a;
/* 0x72b */ u8 field_0x72b;
/* 0x72c */ JPABaseEmitter* mpEmitters[5];
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(daObjBurnBox_c) == 0x740);
2021-03-28 22:49:05 +02:00
#endif /* D_A_OBJ_BURNBOX_H */