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

Functions

static cXyz get_check_pos (kytag00_class *i_this)
 
static void wether_tag_reset (kytag00_class *i_this)
 
static void wether_tag_move (kytag00_class *i_this)
 
static void raincnt_set (f32 param_0)
 
static void raincnt_cut ()
 
static void wether_tag_efect_reset (kytag00_class *i_this)
 
static void wether_tag_efect_move (kytag00_class *i_this)
 
static int daKytag00_Draw (kytag00_class *i_this)
 
static int daKytag00_Execute (kytag00_class *i_this)
 
static int daKytag00_IsDelete (kytag00_class *i_this)
 
static int daKytag00_Delete (kytag00_class *i_this)
 
static int daKytag00_Create (fopAc_ac_c *i_this)
 

Variables

static actor_method_class l_daKytag00_Method
 
actor_process_profile_definition g_profile_KYTAG00
 

Function Documentation

◆ daKytag00_Create()

static int daKytag00_Create ( fopAc_ac_c i_this)
static

◆ daKytag00_Delete()

static int daKytag00_Delete ( kytag00_class i_this)
static

◆ daKytag00_Draw()

static int daKytag00_Draw ( kytag00_class i_this)
static

◆ daKytag00_Execute()

static int daKytag00_Execute ( kytag00_class i_this)
static

◆ daKytag00_IsDelete()

static int daKytag00_IsDelete ( kytag00_class i_this)
static

◆ get_check_pos()

static cXyz get_check_pos ( kytag00_class i_this)
static

◆ raincnt_cut()

static void raincnt_cut ( )
static

◆ raincnt_set()

static void raincnt_set ( f32  param_0)
static

◆ wether_tag_efect_move()

static void wether_tag_efect_move ( kytag00_class i_this)
static

◆ wether_tag_efect_reset()

static void wether_tag_efect_reset ( kytag00_class i_this)
static

◆ wether_tag_move()

static void wether_tag_move ( kytag00_class i_this)
static

◆ wether_tag_reset()

static void wether_tag_reset ( kytag00_class i_this)
static

Variable Documentation

◆ g_profile_KYTAG00

actor_process_profile_definition g_profile_KYTAG00
extern
Initial value:
= {
7,
sizeof(kytag00_class),
0,
0,
94,
0x44000,
}
Twilight Tag 0.
Definition d_a_kytag00.h:14
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
static actor_method_class l_daKytag00_Method
Definition d_a_kytag00.cpp:496
@ PROC_KYTAG00
Definition d_procname.h:687
@ 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_daKytag00_Method

actor_method_class l_daKytag00_Method
static
Initial value:
= {
}
static int daKytag00_Delete(kytag00_class *i_this)
Definition d_a_kytag00.cpp:433
static int daKytag00_Draw(kytag00_class *i_this)
Definition d_a_kytag00.cpp:391
static int daKytag00_Execute(kytag00_class *i_this)
Definition d_a_kytag00.cpp:397
static int daKytag00_IsDelete(kytag00_class *i_this)
Definition d_a_kytag00.cpp:427
static int daKytag00_Create(fopAc_ac_c *i_this)
Definition d_a_kytag00.cpp:441
int(* process_method_func)(void *)
Definition f_pc_method.h:7