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

Classes

class  daTagAtkItem_HIO_c
 

Functions

static int daTagAtkItem_Draw (daTagAtkItem_c *i_this)
 
static int daTagAtkItem_Execute (daTagAtkItem_c *i_this)
 
static int daTagAtkItem_Delete (daTagAtkItem_c *i_this)
 
static int daTagAtkItem_Create (daTagAtkItem_c *i_this)
 

Variables

daTagAtkItem_HIO_c l_HIO
 
static dCcD_SrcCyl l_cyl_src
 
static actor_method_class l_daTagAtkItem_Method
 
actor_process_profile_definition g_profile_Tag_AttackItem
 

Function Documentation

◆ daTagAtkItem_Create()

static int daTagAtkItem_Create ( daTagAtkItem_c * i_this)
static

◆ daTagAtkItem_Delete()

static int daTagAtkItem_Delete ( daTagAtkItem_c * i_this)
static

◆ daTagAtkItem_Draw()

static int daTagAtkItem_Draw ( daTagAtkItem_c * i_this)
static

◆ daTagAtkItem_Execute()

static int daTagAtkItem_Execute ( daTagAtkItem_c * i_this)
static

Variable Documentation

◆ g_profile_Tag_AttackItem

actor_process_profile_definition g_profile_Tag_AttackItem
Initial value:
= {
7,
sizeof(daTagAtkItem_c),
0,
0,
585,
0x40000,
}
Definition d_a_tag_attack_item.h:8
static actor_method_class l_daTagAtkItem_Method
Definition d_a_tag_attack_item.cpp:198
@ PROC_Tag_AttackItem
Definition d_procname.h:435
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_cyl_src

dCcD_SrcCyl l_cyl_src
static
Initial value:
= {
{
{0x0, {{0x0, 0x0, 0x1f}, {0x400020, 0x11}, 0x78}},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x0},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x6},
{0x0},
},
{
{
{0.0f, 0.0f, 0.0f},
50.0f,
100.0f
}
}
}
@ dCcD_SE_NONE
Definition d_cc_d.h:13

◆ l_daTagAtkItem_Method

actor_method_class l_daTagAtkItem_Method
static
Initial value:
= {
#if DEBUG
#else
#endif
}
static int daTagAtkItem_Create(daTagAtkItem_c *i_this)
Definition d_a_tag_attack_item.cpp:193
static int daTagAtkItem_Draw(daTagAtkItem_c *i_this)
Definition d_a_tag_attack_item.cpp:180
static int daTagAtkItem_Delete(daTagAtkItem_c *i_this)
Definition d_a_tag_attack_item.cpp:188
static int daTagAtkItem_Execute(daTagAtkItem_c *i_this)
Definition d_a_tag_attack_item.cpp:184
int(* process_method_func)(void *)
Definition f_pc_method.h:6

◆ l_HIO