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 *i_actor, void *i_data)
 
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 *actor)
 
static int daKago_Create (daKago_c *i_this)
 

Variables

static u8 hio_set
 
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 * i_this)
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 * i_actor,
void * i_data )
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * actor)
static

Variable Documentation

◆ g_profile_KAGO

Initial value:
= {
4,
sizeof(daKago_c),
0,
0,
}
Player-controlled Kargarok.
Definition d_a_kago.h:19
static actor_method_class l_daKago_Method
Definition d_a_kago.cpp:3888
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:98
@ fopAcStts_UNK_0x4000_e
Definition f_op_actor.h:45
@ fopAcStts_UNK_0x40000_e
Definition f_op_actor.h:49
@ fopAc_NPC_e
Definition f_op_actor.h:70
@ fpcDwPi_KAGO_e
Definition f_pc_draw_priority.h:709
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ fpcNm_KAGO_e
Definition f_pc_name.h:254
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:12
process_method_class base
Definition f_pc_leaf.h:12

◆ hio_set

u8 hio_set
static

◆ 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:3711
static int daKago_Draw(daKago_c *i_this)
Definition d_a_kago.cpp:215
static int daKago_Execute(daKago_c *i_this)
Definition d_a_kago.cpp:3688
static int daKago_Create(daKago_c *i_this)
Definition d_a_kago.cpp:3884
static int daKago_IsDelete(daKago_c *i_this)
Definition d_a_kago.cpp:3692
int(* process_method_func)(void *)
Definition f_pc_method.h:6

◆ l_HIO

daKago_HIO_c l_HIO
static