Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_obj_vground.h
Go to the documentation of this file.
1#ifndef D_A_OBJ_VGROUND_H
2#define D_A_OBJ_VGROUND_H
3
4#include "d/d_com_inf_game.h"
5
14class daObjVGnd_c : public fopAc_ac_c {
15public:
16 void initBaseMtx();
17 void setBaseMtx();
18 int Create();
19 int CreateHeap();
20 int create();
21 int execute();
22 int draw();
23 int _delete();
24
25 u32 getSwbit() { return fopAcM_GetParamBit(this, 0, 8); }
26
27private:
29 /* 0x570 */ J3DModel* mpModel;
30 /* 0x574 */ mDoExt_btkAnm* mpBtk;
31 /* 0x578 */ mDoExt_brkAnm* mpBrk;
32};
33
34STATIC_ASSERT(sizeof(daObjVGnd_c) == 0x57C);
35#endif /* D_A_OBJ_VGROUND_H */
Definition J3DModel.h:43
Volcano Ground.
Definition d_a_obj_vground.h:14
mDoExt_brkAnm * mpBrk
Definition d_a_obj_vground.h:31
int CreateHeap()
Definition d_a_obj_vground.cpp:37
int Create()
Definition d_a_obj_vground.cpp:27
mDoExt_btkAnm * mpBtk
Definition d_a_obj_vground.h:30
int draw()
Definition d_a_obj_vground.cpp:91
void setBaseMtx()
Definition d_a_obj_vground.cpp:21
void initBaseMtx()
Definition d_a_obj_vground.cpp:15
int execute()
Definition d_a_obj_vground.cpp:73
request_of_phase_process_class mPhaseReq
Definition d_a_obj_vground.h:28
int create()
Definition d_a_obj_vground.cpp:60
J3DModel * mpModel
Definition d_a_obj_vground.h:29
int _delete()
Definition d_a_obj_vground.cpp:102
u32 getSwbit()
Definition d_a_obj_vground.h:25
Definition f_op_actor.h:230
Definition m_Do_ext.h:94
Definition m_Do_ext.h:65
STATIC_ASSERT(sizeof(daObjVGnd_c)==0x57C)
unsigned long u32
Definition types.h:12
u32 fopAcM_GetParamBit(void *ac, u8 shift, u8 bit)
Definition f_op_actor_mng.h:196
Definition c_phase.h:17