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

Functions

static int CheckCreateHeap (fopAc_ac_c *i_this)
 
static int daBkLeaf_Draw (daBkLeaf_c *i_this)
 
static int daBkLeaf_Execute (daBkLeaf_c *i_this)
 
static int daBkLeaf_Delete (daBkLeaf_c *i_this)
 
static int daBkLeaf_Create (fopAc_ac_c *i_this)
 

Variables

static const char * l_arcName = "Obj_bkl"
 
static const char * l_bmdName = "hl.bmd"
 
static const char * l_bckName = "hl_shake1.bck"
 
static actor_method_class l_daBkLeaf_Method
 
actor_process_profile_definition g_profile_Obj_BkLeaf
 

Function Documentation

◆ CheckCreateHeap()

static int CheckCreateHeap ( fopAc_ac_c * i_this)
static

◆ daBkLeaf_Create()

static int daBkLeaf_Create ( fopAc_ac_c * i_this)
static

◆ daBkLeaf_Delete()

static int daBkLeaf_Delete ( daBkLeaf_c * i_this)
static

◆ daBkLeaf_Draw()

static int daBkLeaf_Draw ( daBkLeaf_c * i_this)
static

◆ daBkLeaf_Execute()

static int daBkLeaf_Execute ( daBkLeaf_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_BkLeaf

actor_process_profile_definition g_profile_Obj_BkLeaf
extern
Initial value:
7,
sizeof(daBkLeaf_c),
0,
0,
0xFC,
0x40100,
0,
Baba Stem Leaf.
Definition d_a_obj_bk_leaf.h:14
static actor_method_class l_daBkLeaf_Method
Definition d_a_obj_bk_leaf.cpp:156
@ PROC_Obj_BkLeaf
Definition d_procname.h:713
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:63
leafdraw_method_class base
Definition f_op_actor.h:9
process_method_class base
Definition f_pc_leaf.h:12

◆ l_arcName

const char* l_arcName = "Obj_bkl"
static

◆ l_bckName

const char* l_bckName = "hl_shake1.bck"
static

◆ l_bmdName

const char* l_bmdName = "hl.bmd"
static

◆ l_daBkLeaf_Method

actor_method_class l_daBkLeaf_Method
static
Initial value:
= {
}
static int daBkLeaf_Draw(daBkLeaf_c *i_this)
Definition d_a_obj_bk_leaf.cpp:140
static int daBkLeaf_Delete(daBkLeaf_c *i_this)
Definition d_a_obj_bk_leaf.cpp:148
static int daBkLeaf_Create(fopAc_ac_c *i_this)
Definition d_a_obj_bk_leaf.cpp:152
static int daBkLeaf_Execute(daBkLeaf_c *i_this)
Definition d_a_obj_bk_leaf.cpp:144
int(* process_method_func)(void *)
Definition f_pc_method.h:7