Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_hitobj.cpp File Reference

Functions

static int daHitobj_Draw (hitobj_class *i_this)
 
static int daHitobj_Execute (hitobj_class *i_this)
 
static int daHitobj_IsDelete (hitobj_class *i_this)
 
static int daHitobj_Delete (hitobj_class *i_this)
 
static int daHitobj_Create (fopAc_ac_c *i_this)
 

Variables

static dCcD_SrcSph cc_sph_src
 
static actor_method_class l_daHitobj_Method
 
actor_process_profile_definition g_profile_HITOBJ
 

Function Documentation

◆ daHitobj_Create()

static int daHitobj_Create ( fopAc_ac_c i_this)
static

◆ daHitobj_Delete()

static int daHitobj_Delete ( hitobj_class i_this)
static

◆ daHitobj_Draw()

static int daHitobj_Draw ( hitobj_class i_this)
static

◆ daHitobj_Execute()

static int daHitobj_Execute ( hitobj_class i_this)
static

◆ daHitobj_IsDelete()

static int daHitobj_IsDelete ( hitobj_class i_this)
static

Variable Documentation

◆ cc_sph_src

dCcD_SrcSph cc_sph_src
static
Initial value:
= {
{
{0, {{0, 0, 0x13}, {0, 3}, 0}},
{dCcD_SE_NONE, 0, 0, 0, {0}},
{dCcD_SE_NONE, 0, 0, 0, {0}},
{0},
},
{
{
{0.0f, 0.0f, 0.0f},
100.0f,
},
}
}
@ dCcD_SE_NONE
Definition d_cc_d.h:13

◆ g_profile_HITOBJ

actor_process_profile_definition g_profile_HITOBJ
extern
Initial value:
= {
7,
&g_fpcLf_Method.mBase,
sizeof(hitobj_class),
0,
0,
690,
0x40000,
}
Hit Object?
Definition d_a_hitobj.h:14
void * g_fopAc_Method[8]
static actor_method_class l_daHitobj_Method
Definition d_a_hitobj.cpp:77
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
@ PROC_HITOBJ
Definition d_procname.h:265
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:53
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ l_daHitobj_Method

actor_method_class l_daHitobj_Method
static
Initial value:
= {
}
static int daHitobj_Create(fopAc_ac_c *i_this)
Definition d_a_hitobj.cpp:59
static int daHitobj_IsDelete(hitobj_class *i_this)
Definition d_a_hitobj.cpp:30
static int daHitobj_Execute(hitobj_class *i_this)
Definition d_a_hitobj.cpp:16
static int daHitobj_Delete(hitobj_class *i_this)
Definition d_a_hitobj.cpp:36
static int daHitobj_Draw(hitobj_class *i_this)
Definition d_a_hitobj.cpp:10
int(* process_method_func)(void *)
Definition f_pc_method.h:7