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

Functions

static int daObjCRVLH_DW_Create (fopAc_ac_c *i_this)
 
static int daObjCRVLH_DW_Delete (daObjCRVLH_DW_c *i_this)
 
static int daObjCRVLH_DW_Draw (daObjCRVLH_DW_c *i_this)
 
static int daObjCRVLH_DW_Execute (daObjCRVLH_DW_c *i_this)
 
static int daObjCRVLH_DW_IsDelete (daObjCRVLH_DW_c *i_this)
 

Variables

static char * l_arcName = "CrvLH_Dw"
 
static actor_method_class l_daObjCRVLH_DW_Method
 
actor_process_profile_definition g_profile_Obj_CRVLH_DW
 

Function Documentation

◆ daObjCRVLH_DW_Create()

static int daObjCRVLH_DW_Create ( fopAc_ac_c * i_this)
static

◆ daObjCRVLH_DW_Delete()

static int daObjCRVLH_DW_Delete ( daObjCRVLH_DW_c * i_this)
static

◆ daObjCRVLH_DW_Draw()

static int daObjCRVLH_DW_Draw ( daObjCRVLH_DW_c * i_this)
static

◆ daObjCRVLH_DW_Execute()

static int daObjCRVLH_DW_Execute ( daObjCRVLH_DW_c * i_this)
static

◆ daObjCRVLH_DW_IsDelete()

static int daObjCRVLH_DW_IsDelete ( daObjCRVLH_DW_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_CRVLH_DW

actor_process_profile_definition g_profile_Obj_CRVLH_DW
extern
Initial value:
= {
3,
sizeof(daObjCRVLH_DW_c),
0,
0,
471,
0x00040180,
}
Bulblin Tower (Lower Half)
Definition d_a_obj_crvlh_down.h:15
static actor_method_class l_daObjCRVLH_DW_Method
Definition d_a_obj_crvlh_down.cpp:234
@ PROC_Obj_CRVLH_DW
Definition d_procname.h:125
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ 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_arcName

char* l_arcName = "CrvLH_Dw"
static

◆ l_daObjCRVLH_DW_Method

actor_method_class l_daObjCRVLH_DW_Method
static
Initial value:
= {
}
static int daObjCRVLH_DW_Execute(daObjCRVLH_DW_c *i_this)
Definition d_a_obj_crvlh_down.cpp:123
static int daObjCRVLH_DW_Draw(daObjCRVLH_DW_c *i_this)
Definition d_a_obj_crvlh_down.cpp:119
static int daObjCRVLH_DW_IsDelete(daObjCRVLH_DW_c *i_this)
Definition d_a_obj_crvlh_down.cpp:184
static int daObjCRVLH_DW_Delete(daObjCRVLH_DW_c *i_this)
Definition d_a_obj_crvlh_down.cpp:54
static int daObjCRVLH_DW_Create(fopAc_ac_c *i_this)
Definition d_a_obj_crvlh_down.cpp:49
int(* process_method_func)(void *)
Definition f_pc_method.h:7