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

Functions

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

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_Execute()

static int daTagAtkItem_Execute ( daTagAtkItem_c * i_this)
static

Variable Documentation

◆ g_profile_Tag_AttackItem

actor_process_profile_definition g_profile_Tag_AttackItem
extern
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:145
@ PROC_Tag_AttackItem
Definition d_procname.h:435
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_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:
= {
}
static int daTagAtkItem_Create(daTagAtkItem_c *i_this)
Definition d_a_tag_attack_item.cpp:141
static int daTagAtkItem_Delete(daTagAtkItem_c *i_this)
Definition d_a_tag_attack_item.cpp:137
static int daTagAtkItem_Execute(daTagAtkItem_c *i_this)
Definition d_a_tag_attack_item.cpp:133
int(* process_method_func)(void *)
Definition f_pc_method.h:7