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:89
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
@ PROC_E_HB_LEAF
Definition d_procname.h:463
@ 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_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:66
static int daE_HB_LEAF_Delete(e_hb_leaf_class *i_this)
Definition d_a_e_hb_leaf.cpp:45
static int daE_HB_LEAF_IsDelete(e_hb_leaf_class *i_this)
Definition d_a_e_hb_leaf.cpp:40
static int daE_HB_LEAF_Draw(e_hb_leaf_class *i_this)
Definition d_a_e_hb_leaf.cpp:11
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