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

42 lines
949 B
C++
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef D_A_OBJ_BK_LEAF_H
#define D_A_OBJ_BK_LEAF_H
2023-12-28 07:38:36 -08:00
#include "f_op/f_op_actor_mng.h"
2024-05-29 01:49:10 -06:00
/**
* @ingroup actors-objects
* @class daBkLeaf_c
* @brief Baba Stem Leaf
*
* @details
*
*/
2023-12-28 07:38:36 -08:00
class daBkLeaf_c : public fopAc_ac_c {
public:
2025-11-30 14:23:42 -08:00
void setBokkuri();
void initBaseMtx();
void setBaseMtx();
int Create();
int CreateHeap();
int create();
int execute();
int draw();
int _delete();
2023-12-28 07:38:36 -08:00
u8 getItem() { return fopAcM_GetParamBit(this, 0, 8); };
u8 getItemBit() { return fopAcM_GetParamBit(this, 8, 8); };
u8 checkSetDeku() { return fopAcM_GetParamBit(this, 31, 1); }
/* 0x568 */ request_of_phase_process_class mPhase;
/* 0x570 */ J3DModel* mpModel;
/* 0x574 */ mDoExt_bckAnm* mpBckAnm;
/* 0x578 */ s32 field_0x578;
/* 0x57C */ u8 field_0x57C;
/* 0x57D */ u8 field_0x57D;
/* 0x57E */ s16 field_0x57E;
};
2024-06-10 01:34:52 -06:00
2023-12-28 07:38:36 -08:00
STATIC_ASSERT(sizeof(daBkLeaf_c) == 0x580);
2021-03-28 22:49:05 +02:00
#endif /* D_A_OBJ_BK_LEAF_H */