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
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
static actor_method_class l_daKytag15_Method
Definition d_a_kytag15.cpp:132
@ PROC_KYTAG15
Definition d_procname.h:702
@ 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_daKytag15_Method

actor_method_class l_daKytag15_Method
static
Initial value:
= {
}
static int daKytag15_Execute(kytag15_class *i_this)
Definition d_a_kytag15.cpp:55
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:70
static int daKytag15_Delete(kytag15_class *i_this)
Definition d_a_kytag15.cpp:76
static int daKytag15_Create(fopAc_ac_c *i_this)
Definition d_a_kytag15.cpp:100
int(* process_method_func)(void *)
Definition f_pc_method.h:7