Loading [MathJax]/extensions/MathZoom.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
d_a_kytag03.cpp File Reference

Functions

static void dEnvSe_getNearPathPos (cXyz *param_0, cXyz *param_1, dPath *i_path)
 
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 void getSound_pos (fopAc_ac_c *i_actor)
 
static dPathget_Extent_pos_start_get (kytag03_class *i_this, dPath *i_path, cXyz *, f32, int *param_4)
 
static dPathget_Extent_pos_end_get (kytag03_class *i_this, dPath *i_path, cXyz *, f32, int *param_4)
 
static void odour_move (kytag03_class *i_this)
 
static int daKytag03_Draw (kytag03_class *i_this)
 
static int daKytag03_Execute (kytag03_class *i_this)
 
static int daKytag03_IsDelete (kytag03_class *i_this)
 
static int daKytag03_Delete (kytag03_class *i_this)
 
static int daKytag03_Create (fopAc_ac_c *i_this)
 

Variables

static actor_method_class l_daKytag03_Method
 
actor_process_profile_definition g_profile_KYTAG03
 

Function Documentation

◆ daKytag03_Create()

static int daKytag03_Create ( fopAc_ac_c * i_this)
static

◆ daKytag03_Delete()

static int daKytag03_Delete ( kytag03_class * i_this)
static

◆ daKytag03_Draw()

static int daKytag03_Draw ( kytag03_class * i_this)
static

◆ daKytag03_Execute()

static int daKytag03_Execute ( kytag03_class * i_this)
static

◆ daKytag03_IsDelete()

static int daKytag03_IsDelete ( kytag03_class * i_this)
static

◆ dEnvSe_getNearPathPos()

static void dEnvSe_getNearPathPos ( cXyz * param_0,
cXyz * param_1,
dPath * i_path )
static

d_a_kytag03.cpp Odor generation tag / rail

◆ get_Extent_pos_end_get()

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

◆ get_Extent_pos_start_get()

static dPath * get_Extent_pos_start_get ( kytag03_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

◆ getSound_pos()

static void getSound_pos ( fopAc_ac_c * i_actor)
static

◆ odour_move()

static void odour_move ( kytag03_class * i_this)
static

◆ set_path_info()

static dPath * set_path_info ( fopAc_ac_c * i_actor)
static

Variable Documentation

◆ g_profile_KYTAG03

actor_process_profile_definition g_profile_KYTAG03
extern
Initial value:
= {
7,
sizeof(kytag03_class),
0,
0,
97,
0x44000,
}
Smell Effect Generation Tag.
Definition d_a_kytag03.h:15
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:73
static actor_method_class l_daKytag03_Method
Definition d_a_kytag03.cpp:469
@ PROC_KYTAG03
Definition d_procname.h:690
@ 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_daKytag03_Method

actor_method_class l_daKytag03_Method
static
Initial value:
= {
}
static int daKytag03_IsDelete(kytag03_class *i_this)
Definition d_a_kytag03.cpp:408
static int daKytag03_Delete(kytag03_class *i_this)
Definition d_a_kytag03.cpp:414
static int daKytag03_Execute(kytag03_class *i_this)
Definition d_a_kytag03.cpp:296
static int daKytag03_Create(fopAc_ac_c *i_this)
Definition d_a_kytag03.cpp:426
static int daKytag03_Draw(kytag03_class *i_this)
Definition d_a_kytag03.cpp:291
int(* process_method_func)(void *)
Definition f_pc_method.h:7