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

Functions

static fopAc_ac_cdaTag_getBk (u32 param_0)
 
static int daTag_Event_Draw (daTag_Event_c *i_this)
 
static int daTag_Event_Execute (daTag_Event_c *i_this)
 
static int daTag_Event_IsDelete (daTag_Event_c *i_this)
 
static int daTag_Event_Delete (daTag_Event_c *i_this)
 
static int daTag_Event_Create (fopAc_ac_c *i_this)
 

Variables

static actor_method_class l_daTag_Event_Method
 
actor_process_profile_definition g_profile_TAG_EVENT
 

Function Documentation

◆ daTag_Event_Create()

static int daTag_Event_Create ( fopAc_ac_c * i_this)
static

◆ daTag_Event_Delete()

static int daTag_Event_Delete ( daTag_Event_c * i_this)
static

◆ daTag_Event_Draw()

static int daTag_Event_Draw ( daTag_Event_c * i_this)
static

◆ daTag_Event_Execute()

static int daTag_Event_Execute ( daTag_Event_c * i_this)
static

◆ daTag_Event_IsDelete()

static int daTag_Event_IsDelete ( daTag_Event_c * i_this)
static

◆ daTag_getBk()

static fopAc_ac_c * daTag_getBk ( u32 param_0)
static

Variable Documentation

◆ g_profile_TAG_EVENT

actor_process_profile_definition g_profile_TAG_EVENT
Initial value:
= {
7,
sizeof(daTag_Event_c),
0,
0,
}
Definition d_a_tag_event.h:6
static actor_method_class l_daTag_Event_Method
Definition d_a_tag_event.cpp:366
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_6_e
Definition f_op_actor.h:87
@ 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_EVENT_e
Definition f_pc_draw_priority.h:297
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ fpcNm_TAG_EVENT_e
Definition f_pc_name.h:731
@ 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_daTag_Event_Method

actor_method_class l_daTag_Event_Method
static
Initial value:
= {
}
static int daTag_Event_Execute(daTag_Event_c *i_this)
Definition d_a_tag_event.cpp:344
static int daTag_Event_IsDelete(daTag_Event_c *i_this)
Definition d_a_tag_event.cpp:349
static int daTag_Event_Delete(daTag_Event_c *i_this)
Definition d_a_tag_event.cpp:353
static int daTag_Event_Draw(daTag_Event_c *i_this)
Definition d_a_tag_event.cpp:340
static int daTag_Event_Create(fopAc_ac_c *i_this)
Definition d_a_tag_event.cpp:359
int(* process_method_func)(void *)
Definition f_pc_method.h:6