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

Functions

static int daTagSppath_Create (fopAc_ac_c *i_this)
 
static int daTagSppath_Delete (daTagSppath_c *i_this)
 
static int daTagSppath_Execute (daTagSppath_c *tag)
 
static int daTagSppath_Draw (daTagSppath_c *i_this)
 

Variables

static dCcD_SrcCyl l_cylSrc
 
static actor_method_class l_daTagSppath_Method
 
actor_process_profile_definition g_profile_Tag_Sppath
 

Function Documentation

◆ daTagSppath_Create()

static int daTagSppath_Create ( fopAc_ac_c i_this)
static

◆ daTagSppath_Delete()

static int daTagSppath_Delete ( daTagSppath_c i_this)
static

◆ daTagSppath_Draw()

static int daTagSppath_Draw ( daTagSppath_c i_this)
static

◆ daTagSppath_Execute()

static int daTagSppath_Execute ( daTagSppath_c tag)
static

Variable Documentation

◆ g_profile_Tag_Sppath

actor_process_profile_definition g_profile_Tag_Sppath
extern
Initial value:
= {
7,
&g_fpcLf_Method.mBase,
sizeof(daTagSppath_c),
0,
0,
258,
0x44000,
}
Definition d_a_tag_sppath.h:8
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
static actor_method_class l_daTagSppath_Method
Definition d_a_tag_sppath.cpp:209
@ PROC_Tag_Sppath
Definition d_procname.h:715
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:67
@ fopAc_ENV_e
Definition f_op_actor.h:41
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ l_cylSrc

dCcD_SrcCyl l_cylSrc
static
Initial value:
= {
{
{0x0, {{0x0, 0x0, 0x0}, {0x80000, 0x11}, 0x0}},
{dCcD_SE_STONE, 0x0, 0x0, 0x0, 0x0},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x4},
{0x0},
},
{
{0.0f, 0.0f, 0.0f},
30.0f,
100.0f
}
}
@ dCcD_SE_STONE
Definition d_cc_d.h:23
@ dCcD_SE_NONE
Definition d_cc_d.h:13

d_a_tag_sppath.cpp Tag - Spinner Path

◆ l_daTagSppath_Method

actor_method_class l_daTagSppath_Method
static
Initial value:
= {
}
T cLib_calcTimer(T *value)
Definition c_lib.h:74
static int daTagSppath_Create(fopAc_ac_c *i_this)
Definition d_a_tag_sppath.cpp:55
static int daTagSppath_Delete(daTagSppath_c *i_this)
Definition d_a_tag_sppath.cpp:63
static int daTagSppath_Execute(daTagSppath_c *tag)
Definition d_a_tag_sppath.cpp:197
static int daTagSppath_Draw(daTagSppath_c *i_this)
Definition d_a_tag_sppath.cpp:203
int(* process_method_func)(void *)
Definition f_pc_method.h:7