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

Functions

static int daE_HB_LEAF_Draw (e_hb_leaf_class *i_this)
 
static int daE_HB_LEAF_Execute (e_hb_leaf_class *i_this)
 
static int daE_HB_LEAF_IsDelete (e_hb_leaf_class *i_this)
 
static int daE_HB_LEAF_Delete (e_hb_leaf_class *i_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daE_HB_LEAF_Create (fopAc_ac_c *i_this)
 

Variables

static actor_method_class l_daE_HB_LEAF_Method
 
actor_process_profile_definition g_profile_E_HB_LEAF
 

Function Documentation

◆ daE_HB_LEAF_Create()

static int daE_HB_LEAF_Create ( fopAc_ac_c * i_this)
static

◆ daE_HB_LEAF_Delete()

static int daE_HB_LEAF_Delete ( e_hb_leaf_class * i_this)
static

◆ daE_HB_LEAF_Draw()

static int daE_HB_LEAF_Draw ( e_hb_leaf_class * i_this)
static

◆ daE_HB_LEAF_Execute()

static int daE_HB_LEAF_Execute ( e_hb_leaf_class * i_this)
static

◆ daE_HB_LEAF_IsDelete()

static int daE_HB_LEAF_IsDelete ( e_hb_leaf_class * i_this)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

Variable Documentation

◆ g_profile_E_HB_LEAF

actor_process_profile_definition g_profile_E_HB_LEAF
extern
Initial value:
= {
7,
sizeof(e_hb_leaf_class),
0,
0,
141,
0x40000,
}
Hebi Baba - Leaf.
Definition d_a_e_hb_leaf.h:14
static actor_method_class l_daE_HB_LEAF_Method
Definition d_a_e_hb_leaf.cpp:83
@ PROC_E_HB_LEAF
Definition d_procname.h:467
actor_method_class g_fopAc_Method
@ 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
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:63
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:9
process_method_class base
Definition f_pc_leaf.h:12

◆ l_daE_HB_LEAF_Method

actor_method_class l_daE_HB_LEAF_Method
static
Initial value:
= {
}
static int daE_HB_LEAF_Create(fopAc_ac_c *i_this)
Definition d_a_e_hb_leaf.cpp:61
static int daE_HB_LEAF_Delete(e_hb_leaf_class *i_this)
Definition d_a_e_hb_leaf.cpp:43
static int daE_HB_LEAF_IsDelete(e_hb_leaf_class *i_this)
Definition d_a_e_hb_leaf.cpp:39
static int daE_HB_LEAF_Draw(e_hb_leaf_class *i_this)
Definition d_a_e_hb_leaf.cpp:12
static int daE_HB_LEAF_Execute(e_hb_leaf_class *i_this)
Definition d_a_e_hb_leaf.cpp:19
int(* process_method_func)(void *)
Definition f_pc_method.h:7