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
extern
Initial value:
= {
7,
sizeof(dalv4CandleTag_c),
0,
0,
540,
0x00044000,
}
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
@ PROC_Tag_Lv4Candle
Definition d_procname.h:380
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_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:7

◆ l_HIO

dalv4CandleTag_HIO_c l_HIO
static