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

Functions

static cXyz get_rail_ratio_pos (dPath *i_path, int i_pointIdx, f32 param_2, s16 *param_3, s16 *param_4)
 
static dPathset_path_info (fopAc_ac_c *i_actor)
 
static dPathget_Extent_pos_start_get (kytag10_class *i_this, dPath *i_path, cXyz *, f32, int *param_4)
 
static dPathget_Extent_pos_end_get (kytag10_class *i_this, dPath *i_path, cXyz *, f32, int *param_4)
 
static void sparks_move (kytag10_class *i_this)
 
static int daKytag10_Draw (kytag10_class *i_this)
 
static int daKytag10_Execute (kytag10_class *i_this)
 
static int daKytag10_IsDelete (kytag10_class *i_this)
 
static int daKytag10_Delete (kytag10_class *i_this)
 
static int daKytag10_Create (fopAc_ac_c *i_this)
 

Variables

static actor_method_class l_daKytag10_Method
 
actor_process_profile_definition g_profile_KYTAG10
 

Function Documentation

◆ daKytag10_Create()

static int daKytag10_Create ( fopAc_ac_c i_this)
static

◆ daKytag10_Delete()

static int daKytag10_Delete ( kytag10_class i_this)
static

◆ daKytag10_Draw()

static int daKytag10_Draw ( kytag10_class i_this)
static

◆ daKytag10_Execute()

static int daKytag10_Execute ( kytag10_class i_this)
static

◆ daKytag10_IsDelete()

static int daKytag10_IsDelete ( kytag10_class i_this)
static

◆ get_Extent_pos_end_get()

static dPath * get_Extent_pos_end_get ( kytag10_class i_this,
dPath i_path,
cXyz ,
f32  ,
int param_4 
)
static

◆ get_Extent_pos_start_get()

static dPath * get_Extent_pos_start_get ( kytag10_class i_this,
dPath i_path,
cXyz ,
f32  ,
int param_4 
)
static

◆ get_rail_ratio_pos()

static cXyz get_rail_ratio_pos ( dPath i_path,
int  i_pointIdx,
f32  param_2,
s16 param_3,
s16 param_4 
)
static

d_a_kytag10.cpp Sparks Particle Emitter on a Path

◆ set_path_info()

static dPath * set_path_info ( fopAc_ac_c i_actor)
static

◆ sparks_move()

static void sparks_move ( kytag10_class i_this)
static

Variable Documentation

◆ g_profile_KYTAG10

actor_process_profile_definition g_profile_KYTAG10
extern
Initial value:
= {
7,
sizeof(kytag10_class),
0,
0,
104,
0x44000,
}
Lava Particles Tag.
Definition d_a_kytag10.h:16
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
static actor_method_class l_daKytag10_Method
Definition d_a_kytag10.cpp:216
@ PROC_KYTAG10
Definition d_procname.h:697
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:53
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ l_daKytag10_Method

actor_method_class l_daKytag10_Method
static
Initial value:
= {
}
static int daKytag10_Create(fopAc_ac_c *i_this)
Definition d_a_kytag10.cpp:178
static int daKytag10_Delete(kytag10_class *i_this)
Definition d_a_kytag10.cpp:155
static int daKytag10_IsDelete(kytag10_class *i_this)
Definition d_a_kytag10.cpp:149
static int daKytag10_Execute(kytag10_class *i_this)
Definition d_a_kytag10.cpp:143
static int daKytag10_Draw(kytag10_class *i_this)
Definition d_a_kytag10.cpp:137
int(* process_method_func)(void *)
Definition f_pc_method.h:7