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

Classes

class  daE_OT_HIO_c
 

Enumerations

enum  Animation { ANM_BORN = 6 , ANM_DAMAGE , ANM_SWIM }
 

Functions

static int daE_OT_Draw (daE_OT_c *i_this)
 
static int daE_OT_Execute (daE_OT_c *i_this)
 
static int daE_OT_IsDelete (daE_OT_c *i_this)
 
static int daE_OT_Delete (daE_OT_c *i_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static cPhs__Step daE_OT_Create (daE_OT_c *i_this)
 

Variables

static bool hioInit
 
static daE_OT_HIO_c l_HIO
 
static u8 data_8073D2DC
 
static u8 data_8073D2DD
 
static actor_method_class l_daE_OT_Method
 
actor_process_profile_definition g_profile_E_OT
 

Enumeration Type Documentation

◆ Animation

enum Animation
Enumerator
ANM_BORN 
ANM_DAMAGE 
ANM_SWIM 

Function Documentation

◆ daE_OT_Create()

static cPhs__Step daE_OT_Create ( daE_OT_c * i_this)
static

◆ daE_OT_Delete()

static int daE_OT_Delete ( daE_OT_c * i_this)
static

◆ daE_OT_Draw()

static int daE_OT_Draw ( daE_OT_c * i_this)
static

◆ daE_OT_Execute()

static int daE_OT_Execute ( daE_OT_c * i_this)
static

◆ daE_OT_IsDelete()

static int daE_OT_IsDelete ( daE_OT_c * i_this)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

Variable Documentation

◆ data_8073D2DC

u8 data_8073D2DC
static

◆ data_8073D2DD

u8 data_8073D2DD
static

◆ g_profile_E_OT

actor_process_profile_definition g_profile_E_OT
extern
Initial value:
= {
7,
sizeof(daE_OT_c),
0,
0,
203,
0x00050100,
}
Toado.
Definition d_a_e_ot.h:19
static actor_method_class l_daE_OT_Method
Definition d_a_e_ot.cpp:835
@ PROC_E_OT
Definition d_procname.h:520
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ 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

◆ hioInit

bool hioInit
static

◆ l_daE_OT_Method

actor_method_class l_daE_OT_Method
static
Initial value:
= {
}
static int daE_OT_Delete(daE_OT_c *i_this)
Definition d_a_e_ot.cpp:710
static cPhs__Step daE_OT_Create(daE_OT_c *i_this)
Definition d_a_e_ot.cpp:831
static int daE_OT_IsDelete(daE_OT_c *i_this)
Definition d_a_e_ot.cpp:692
static int daE_OT_Execute(daE_OT_c *i_this)
Definition d_a_e_ot.cpp:688
static int daE_OT_Draw(daE_OT_c *i_this)
Definition d_a_e_ot.cpp:137
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daE_OT_HIO_c l_HIO
static