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

Classes

class  dalv4CandleDemoTag_HIO_c
 

Functions

static int dalv4CandleDemoTag_Draw (dalv4CandleDemoTag_c *i_this)
 
static int dalv4CandleDemoTag_Execute (dalv4CandleDemoTag_c *i_this)
 
static int dalv4CandleDemoTag_Delete (dalv4CandleDemoTag_c *i_this)
 
static int dalv4CandleDemoTag_Create (fopAc_ac_c *i_this)
 

Variables

static dalv4CandleDemoTag_HIO_c l_HIO
 
static actor_method_class l_dalv4CandleDemoTag_Method
 
actor_process_profile_definition g_profile_Tag_Lv4CandleDm
 

Function Documentation

◆ dalv4CandleDemoTag_Create()

static int dalv4CandleDemoTag_Create ( fopAc_ac_c * i_this)
static

◆ dalv4CandleDemoTag_Delete()

static int dalv4CandleDemoTag_Delete ( dalv4CandleDemoTag_c * i_this)
static

◆ dalv4CandleDemoTag_Draw()

static int dalv4CandleDemoTag_Draw ( dalv4CandleDemoTag_c * i_this)
static

◆ dalv4CandleDemoTag_Execute()

static int dalv4CandleDemoTag_Execute ( dalv4CandleDemoTag_c * i_this)
static

Variable Documentation

◆ g_profile_Tag_Lv4CandleDm

actor_process_profile_definition g_profile_Tag_Lv4CandleDm
extern
Initial value:
= {
7,
0,
0,
541,
0x00044000,
}
Arbiter's Grounds Torch Cutscene Tag.
Definition d_a_obj_lv4CandleDemoTag.h:16
static actor_method_class l_dalv4CandleDemoTag_Method
Definition d_a_obj_lv4CandleDemoTag.cpp:189
@ PROC_Tag_Lv4CandleDm
Definition d_procname.h:381
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_dalv4CandleDemoTag_Method

actor_method_class l_dalv4CandleDemoTag_Method
static
Initial value:
= {
NULL,
}
static int dalv4CandleDemoTag_Delete(dalv4CandleDemoTag_c *i_this)
Definition d_a_obj_lv4CandleDemoTag.cpp:181
static int dalv4CandleDemoTag_Draw(dalv4CandleDemoTag_c *i_this)
Definition d_a_obj_lv4CandleDemoTag.cpp:173
static int dalv4CandleDemoTag_Create(fopAc_ac_c *i_this)
Definition d_a_obj_lv4CandleDemoTag.cpp:185
static int dalv4CandleDemoTag_Execute(dalv4CandleDemoTag_c *i_this)
Definition d_a_obj_lv4CandleDemoTag.cpp:177
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO