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

Functions

static int daObj_Myogan_Draw (obj_myogan_class *i_this)
 
static void action (obj_myogan_class *i_this)
 
static int daObj_Myogan_Execute (obj_myogan_class *i_this)
 
static int daObj_Myogan_IsDelete (obj_myogan_class *i_this)
 
static int daObj_Myogan_Delete (obj_myogan_class *i_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daObj_Myogan_Create (fopAc_ac_c *i_this)
 

Variables

static bool initialized
 
static daObj_Myogan_HIO_c l_HIO
 
static actor_method_class l_daObj_Myogan_Method
 
actor_process_profile_definition g_profile_OBJ_MYOGAN
 

Function Documentation

◆ action()

static void action ( obj_myogan_class i_this)
static

◆ daObj_Myogan_Create()

static int daObj_Myogan_Create ( fopAc_ac_c i_this)
static

◆ daObj_Myogan_Delete()

static int daObj_Myogan_Delete ( obj_myogan_class i_this)
static

◆ daObj_Myogan_Draw()

static int daObj_Myogan_Draw ( obj_myogan_class i_this)
static

◆ daObj_Myogan_Execute()

static int daObj_Myogan_Execute ( obj_myogan_class i_this)
static

◆ daObj_Myogan_IsDelete()

static int daObj_Myogan_IsDelete ( obj_myogan_class i_this)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c i_this)
static

Variable Documentation

◆ g_profile_OBJ_MYOGAN

actor_process_profile_definition g_profile_OBJ_MYOGAN
extern
Initial value:
= {
3,
0,
0,
52,
0x44000,
}
???
Definition d_a_obj_myogan.h:16
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
static actor_method_class l_daObj_Myogan_Method
Definition d_a_obj_myogan.cpp:176
@ PROC_OBJ_MYOGAN
Definition d_procname.h:129
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:67
@ 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

◆ initialized

bool initialized
static

◆ l_daObj_Myogan_Method

actor_method_class l_daObj_Myogan_Method
static
Initial value:
= {
}
static int daObj_Myogan_Draw(obj_myogan_class *i_this)
Definition d_a_obj_myogan.cpp:20
static int daObj_Myogan_Execute(obj_myogan_class *i_this)
Definition d_a_obj_myogan.cpp:62
static int daObj_Myogan_Delete(obj_myogan_class *i_this)
Definition d_a_obj_myogan.cpp:82
static int daObj_Myogan_Create(fopAc_ac_c *i_this)
Definition d_a_obj_myogan.cpp:142
static int daObj_Myogan_IsDelete(obj_myogan_class *i_this)
Definition d_a_obj_myogan.cpp:77
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO