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

Classes

class  dalv4CandleTag_HIO_c
 

Functions

static int dalv4CandleTag_Draw (dalv4CandleTag_c *i_this)
 
static int dalv4CandleTag_Execute (dalv4CandleTag_c *i_this)
 
static int dalv4CandleTag_Delete (dalv4CandleTag_c *i_this)
 
static int dalv4CandleTag_Create (fopAc_ac_c *i_this)
 

Variables

static dalv4CandleTag_HIO_c l_HIO
 
static actor_method_class l_dalv4CandleTag_Method
 
actor_process_profile_definition g_profile_Tag_Lv4Candle
 

Function Documentation

◆ dalv4CandleTag_Create()

static int dalv4CandleTag_Create ( fopAc_ac_c * i_this)
static

◆ dalv4CandleTag_Delete()

static int dalv4CandleTag_Delete ( dalv4CandleTag_c * i_this)
static

◆ dalv4CandleTag_Draw()

static int dalv4CandleTag_Draw ( dalv4CandleTag_c * i_this)
static

◆ dalv4CandleTag_Execute()

static int dalv4CandleTag_Execute ( dalv4CandleTag_c * i_this)
static

Variable Documentation

◆ g_profile_Tag_Lv4Candle

actor_process_profile_definition g_profile_Tag_Lv4Candle
Initial value:
= {
7,
0,
0,
}
Arbiter's Grounds Torch Tag.
Definition d_a_obj_lv4CandleTag.h:16
static actor_method_class l_dalv4CandleTag_Method
Definition d_a_obj_lv4CandleTag.cpp:143
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:98
@ fopAcStts_UNK_0x4000_e
Definition f_op_actor.h:45
@ fopAcStts_UNK_0x40000_e
Definition f_op_actor.h:49
@ fopAc_ACTOR_e
Definition f_op_actor.h:66
@ fpcDwPi_Tag_Lv4Candle_e
Definition f_pc_draw_priority.h:556
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ fpcNm_Tag_Lv4Candle_e
Definition f_pc_name.h:381
@ 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_dalv4CandleTag_Method

actor_method_class l_dalv4CandleTag_Method
static
Initial value:
= {
NULL,
}
static int dalv4CandleTag_Create(fopAc_ac_c *i_this)
Definition d_a_obj_lv4CandleTag.cpp:139
static int dalv4CandleTag_Delete(dalv4CandleTag_c *i_this)
Definition d_a_obj_lv4CandleTag.cpp:135
static int dalv4CandleTag_Execute(dalv4CandleTag_c *i_this)
Definition d_a_obj_lv4CandleTag.cpp:131
static int dalv4CandleTag_Draw(dalv4CandleTag_c *i_this)
Definition d_a_obj_lv4CandleTag.cpp:127
int(* process_method_func)(void *)
Definition f_pc_method.h:6

◆ l_HIO

dalv4CandleTag_HIO_c l_HIO
static