Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_obj_hsTarget.h
Go to the documentation of this file.
1#ifndef D_A_OBJ_HSTARGET_H
2#define D_A_OBJ_HSTARGET_H
3
6#include "m_Do/m_Do_hostIO.h"
16public:
17 void setBaseMtx();
18 int CreateHeap();
19 int create();
20 int Execute(Mtx**);
21 int Draw();
22 int Delete();
23
24 u8 getModelType() { return fopAcM_GetParamBit(this, 0, 4); }
25
26private:
28 /* 0x5A8 */ J3DModel* mpModel;
29 /* 0x5AC */ u8 mIndex;
30};
31
32STATIC_ASSERT(sizeof(daHsTarget_c) == 0x5B0);
33
35public:
37 virtual ~daHsTarget_HIO_c() {}
38
40};
41
42#endif /* D_A_OBJ_HSTARGET_H */
Definition J3DModel.h:43
Definition JORMContext.h:120
Definition d_bg_s_movebg_actor.h:11
Definition d_a_obj_hsTarget.h:34
void genMessage(JORMContext *)
daHsTarget_HIO_c()
Definition d_a_obj_hsTarget.cpp:14
virtual ~daHsTarget_HIO_c()
Definition d_a_obj_hsTarget.h:37
Clawshot Target.
Definition d_a_obj_hsTarget.h:15
J3DModel * mpModel
Definition d_a_obj_hsTarget.h:28
int Draw()
Definition d_a_obj_hsTarget.cpp:61
u8 mIndex
Definition d_a_obj_hsTarget.h:29
int create()
Definition d_a_obj_hsTarget.cpp:34
int Execute(Mtx **)
Definition d_a_obj_hsTarget.cpp:56
void setBaseMtx()
Definition d_a_obj_hsTarget.cpp:16
request_of_phase_process_class mPhaseReq
Definition d_a_obj_hsTarget.h:27
int CreateHeap()
Definition d_a_obj_hsTarget.cpp:25
int Delete()
Definition d_a_obj_hsTarget.cpp:68
u8 getModelType()
Definition d_a_obj_hsTarget.h:24
Definition m_Do_hostIO.h:27
STATIC_ASSERT(sizeof(daHsTarget_c)==0x5B0)
f32 Mtx[3][4]
Definition mtx.h:25
unsigned char u8
Definition types.h:8
u32 fopAcM_GetParamBit(void *ac, u8 shift, u8 bit)
Definition f_op_actor_mng.h:196
Definition c_phase.h:17