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

Classes

class  daKago_HIO_c
 

Functions

static int daKago_Draw (daKago_c *i_this)
 
static void * s_waterfall (void *param_0, void *param_1)
 
static int daKago_Execute (daKago_c *i_this)
 
static int daKago_IsDelete (daKago_c *i_this)
 
static int daKago_Delete (daKago_c *i_this)
 
static int useHeapInit (fopAc_ac_c *param_0)
 
static int daKago_Create (daKago_c *param_0)
 

Variables

static u8 l_HIOInit
 
static daKago_HIO_c l_HIO
 
static actor_method_class l_daKago_Method
 
actor_process_profile_definition g_profile_KAGO
 

Function Documentation

◆ daKago_Create()

static int daKago_Create ( daKago_c * param_0)
static

◆ daKago_Delete()

static int daKago_Delete ( daKago_c * i_this)
static

◆ daKago_Draw()

static int daKago_Draw ( daKago_c * i_this)
static

◆ daKago_Execute()

static int daKago_Execute ( daKago_c * i_this)
static

◆ daKago_IsDelete()

static int daKago_IsDelete ( daKago_c * i_this)
static

◆ s_waterfall()

static void * s_waterfall ( void * param_0,
void * param_1 )
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * param_0)
static

Variable Documentation

◆ g_profile_KAGO

actor_process_profile_definition g_profile_KAGO
extern
Initial value:
= {
4,
sizeof(daKago_c),
0,
0,
693,
0x00044000,
}
Player-controlled Kargarok.
Definition d_a_kago.h:19
static actor_method_class l_daKago_Method
Definition d_a_kago.cpp:3883
@ PROC_KAGO
Definition d_procname.h:253
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ fopAc_NPC_e
Definition f_op_actor.h:42
@ 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_daKago_Method

actor_method_class l_daKago_Method
static
Initial value:
= {
}
static int daKago_Delete(daKago_c *i_this)
Definition d_a_kago.cpp:3706
static int daKago_Create(daKago_c *param_0)
Definition d_a_kago.cpp:3879
static int daKago_Draw(daKago_c *i_this)
Definition d_a_kago.cpp:211
static int daKago_Execute(daKago_c *i_this)
Definition d_a_kago.cpp:3683
static int daKago_IsDelete(daKago_c *i_this)
Definition d_a_kago.cpp:3687
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daKago_HIO_c l_HIO
static

◆ l_HIOInit

u8 l_HIOInit
static