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

Functions

static int daE_CR_EGG_Draw (e_cr_egg_class *a_this)
 
static void e_cr_egg_move (e_cr_egg_class *a_this)
 
static void action (e_cr_egg_class *a_this)
 
static int daE_CR_EGG_Execute (e_cr_egg_class *a_this)
 
static int daE_CR_EGG_IsDelete (e_cr_egg_class *a_this)
 
static int daE_CR_EGG_Delete (e_cr_egg_class *a_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daE_CR_EGG_Create (fopAc_ac_c *i_this)
 

Variables

static actor_method_class l_daE_CR_EGG_Method
 
actor_process_profile_definition g_profile_E_CR_EGG
 

Function Documentation

◆ action()

static void action ( e_cr_egg_class * a_this)
static

◆ daE_CR_EGG_Create()

static int daE_CR_EGG_Create ( fopAc_ac_c * i_this)
static

◆ daE_CR_EGG_Delete()

static int daE_CR_EGG_Delete ( e_cr_egg_class * a_this)
static

◆ daE_CR_EGG_Draw()

static int daE_CR_EGG_Draw ( e_cr_egg_class * a_this)
static

◆ daE_CR_EGG_Execute()

static int daE_CR_EGG_Execute ( e_cr_egg_class * a_this)
static

◆ daE_CR_EGG_IsDelete()

static int daE_CR_EGG_IsDelete ( e_cr_egg_class * a_this)
static

◆ e_cr_egg_move()

static void e_cr_egg_move ( e_cr_egg_class * a_this)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

Variable Documentation

◆ g_profile_E_CR_EGG

actor_process_profile_definition g_profile_E_CR_EGG
extern
Initial value:
= {
7,
sizeof(e_cr_egg_class),
0,
0,
114,
0x00040100,
}
Bombskit Egg.
Definition d_a_e_cr_egg.h:17
static actor_method_class l_daE_CR_EGG_Method
Definition d_a_e_cr_egg.cpp:218
@ PROC_E_CR_EGG
Definition d_procname.h:461
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:53
@ fopAc_ENEMY_e
Definition f_op_actor.h:40
@ 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_daE_CR_EGG_Method

actor_method_class l_daE_CR_EGG_Method
static
Initial value:
= {
}
static int daE_CR_EGG_IsDelete(e_cr_egg_class *a_this)
Definition d_a_e_cr_egg.cpp:136
static int daE_CR_EGG_Delete(e_cr_egg_class *a_this)
Definition d_a_e_cr_egg.cpp:140
static int daE_CR_EGG_Create(fopAc_ac_c *i_this)
Definition d_a_e_cr_egg.cpp:163
static int daE_CR_EGG_Draw(e_cr_egg_class *a_this)
Definition d_a_e_cr_egg.cpp:13
static int daE_CR_EGG_Execute(e_cr_egg_class *a_this)
Definition d_a_e_cr_egg.cpp:101
int(* process_method_func)(void *)
Definition f_pc_method.h:7