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

Functions

static BOOL other_bg_check (daE_PH_c *i_this, fopAc_ac_c *i_other)
 
static int JointCallBack (J3DJoint *i_joint, int param_1)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daE_PH_Create (fopAc_ac_c *i_this)
 
static int daE_PH_Delete (daE_PH_c *i_this)
 
static int daE_PH_Draw (daE_PH_c *i_this)
 
static int daE_PH_Execute (daE_PH_c *i_this)
 
static int daE_PH_IsDelete (daE_PH_c *i_this)
 

Variables

static u8 initialized
 
static daE_PH_HIO_c l_HIO
 
static actor_method_class l_daE_PH_Method
 
actor_process_profile_definition g_profile_E_PH
 

Function Documentation

◆ daE_PH_Create()

static int daE_PH_Create ( fopAc_ac_c i_this)
static

◆ daE_PH_Delete()

static int daE_PH_Delete ( daE_PH_c i_this)
static

◆ daE_PH_Draw()

static int daE_PH_Draw ( daE_PH_c i_this)
static

◆ daE_PH_Execute()

static int daE_PH_Execute ( daE_PH_c i_this)
static

◆ daE_PH_IsDelete()

static int daE_PH_IsDelete ( daE_PH_c i_this)
static

◆ JointCallBack()

static int JointCallBack ( J3DJoint i_joint,
int  param_1 
)
static

◆ other_bg_check()

static BOOL other_bg_check ( daE_PH_c i_this,
fopAc_ac_c i_other 
)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c i_this)
static

Variable Documentation

◆ g_profile_E_PH

actor_process_profile_definition g_profile_E_PH
extern
Initial value:
= {
3,
sizeof(daE_PH_c),
0,
0,
131,
0x244100,
}
Peahat.
Definition d_a_e_ph.h:20
static actor_method_class l_daE_PH_Method
Definition d_a_e_ph.cpp:1342
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
@ PROC_E_PH
Definition d_procname.h:233
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:67
@ fopAc_ENEMY_e
Definition f_op_actor.h:40
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ initialized

u8 initialized
static

◆ l_daE_PH_Method

actor_method_class l_daE_PH_Method
static
Initial value:
= {
}
static int daE_PH_Execute(daE_PH_c *i_this)
Definition d_a_e_ph.cpp:1193
static int daE_PH_Create(fopAc_ac_c *i_this)
Definition d_a_e_ph.cpp:185
static int daE_PH_Delete(daE_PH_c *i_this)
Definition d_a_e_ph.cpp:191
static int daE_PH_Draw(daE_PH_c *i_this)
Definition d_a_e_ph.cpp:1188
static int daE_PH_IsDelete(daE_PH_c *i_this)
Definition d_a_e_ph.cpp:1337
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO