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

Classes

class  daLv3Candle_HIO_c
 

Functions

static int daLv3Candle_Draw (daLv3Candle_c *i_this)
 
static int daLv3Candle_Execute (daLv3Candle_c *i_this)
 
static int daLv3Candle_Delete (daLv3Candle_c *i_this)
 
static int daLv3Candle_Create (fopAc_ac_c *i_this)
 

Variables

static daLv3Candle_HIO_c l_HIO
 
static char * l_resNameIdx [] = {"L3candl", "L3candl2"}
 
static u32 const l_bmdIdx [] = {0x03, 0x03}
 
static actor_method_class l_daLv3Candle_Method
 
actor_process_profile_definition g_profile_Obj_Lv3Candle
 

Function Documentation

◆ daLv3Candle_Create()

static int daLv3Candle_Create ( fopAc_ac_c * i_this)
static

◆ daLv3Candle_Delete()

static int daLv3Candle_Delete ( daLv3Candle_c * i_this)
static

◆ daLv3Candle_Draw()

static int daLv3Candle_Draw ( daLv3Candle_c * i_this)
static

◆ daLv3Candle_Execute()

static int daLv3Candle_Execute ( daLv3Candle_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_Lv3Candle

actor_process_profile_definition g_profile_Obj_Lv3Candle
Initial value:
= {
7,
sizeof(daLv3Candle_c),
0,
0,
620,
0x60000,
}
Lakebed Temple Torch.
Definition d_a_obj_lv3Candle.h:17
static actor_method_class l_daLv3Candle_Method
Definition d_a_obj_lv3Candle.cpp:241
@ PROC_Obj_Lv3Candle
Definition d_procname.h:379
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:73
@ fopAc_ACTOR_e
Definition f_op_actor.h:41
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:12
process_method_class base
Definition f_pc_leaf.h:12

◆ l_bmdIdx

u32 const l_bmdIdx[] = {0x03, 0x03}
static

◆ l_daLv3Candle_Method

actor_method_class l_daLv3Candle_Method
static
Initial value:
= {
}
static int daLv3Candle_Execute(daLv3Candle_c *i_this)
Definition d_a_obj_lv3Candle.cpp:226
static int daLv3Candle_Create(fopAc_ac_c *i_this)
Definition d_a_obj_lv3Candle.cpp:235
static int daLv3Candle_Delete(daLv3Candle_c *i_this)
Definition d_a_obj_lv3Candle.cpp:230
static int daLv3Candle_Draw(daLv3Candle_c *i_this)
Definition d_a_obj_lv3Candle.cpp:222
int(* process_method_func)(void *)
Definition f_pc_method.h:6

◆ l_HIO

daLv3Candle_HIO_c l_HIO
static

◆ l_resNameIdx

char* l_resNameIdx[] = {"L3candl", "L3candl2"}
static