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

Functions

static int daKytag15_Draw (kytag15_class *i_this)
 
static int daKytag15_Execute (kytag15_class *i_this)
 
static int daKytag15_IsDelete (kytag15_class *i_this)
 
static int daKytag15_Delete (kytag15_class *i_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daKytag15_Create (fopAc_ac_c *i_this)
 

Variables

static actor_method_class l_daKytag15_Method
 
actor_process_profile_definition g_profile_KYTAG15
 

Function Documentation

◆ daKytag15_Create()

static int daKytag15_Create ( fopAc_ac_c * i_this)
static

◆ daKytag15_Delete()

static int daKytag15_Delete ( kytag15_class * i_this)
static

◆ daKytag15_Draw()

static int daKytag15_Draw ( kytag15_class * i_this)
static

d_a_kytag15.cpp Z Shake Tag

◆ daKytag15_Execute()

static int daKytag15_Execute ( kytag15_class * i_this)
static

◆ daKytag15_IsDelete()

static int daKytag15_IsDelete ( kytag15_class * i_this)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

Variable Documentation

◆ g_profile_KYTAG15

actor_process_profile_definition g_profile_KYTAG15
extern
Initial value:
= {
7,
sizeof(kytag15_class),
0,
0,
109,
0x44000,
}
Z Shake Tag.
Definition d_a_kytag15.h:14
static actor_method_class l_daKytag15_Method
Definition d_a_kytag15.cpp:125
@ PROC_KYTAG15
Definition d_procname.h:706
actor_method_class g_fopAc_Method
@ 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
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_daKytag15_Method

actor_method_class l_daKytag15_Method
static
Initial value:
= {
}
static int daKytag15_Execute(kytag15_class *i_this)
Definition d_a_kytag15.cpp:54
static int daKytag15_Draw(kytag15_class *i_this)
Definition d_a_kytag15.cpp:13
static int daKytag15_IsDelete(kytag15_class *i_this)
Definition d_a_kytag15.cpp:68
static int daKytag15_Delete(kytag15_class *i_this)
Definition d_a_kytag15.cpp:72
static int daKytag15_Create(fopAc_ac_c *i_this)
Definition d_a_kytag15.cpp:94
int(* process_method_func)(void *)
Definition f_pc_method.h:7