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

Typedefs

typedef void(daObjWCover_c::* modeFunc) ()
 

Functions

static int daObjWCover_Draw (daObjWCover_c *i_this)
 
static int daObjWCover_Execute (daObjWCover_c *i_this)
 
static int daObjWCover_Delete (daObjWCover_c *i_this)
 
static int daObjWCover_Create (fopAc_ac_c *i_this)
 

Variables

static char * l_arcName = "H_Idohuta"
 
static u16 const particle_id [3]
 
static actor_method_class l_daObjWCover_Method
 
actor_process_profile_definition g_profile_Obj_WellCover
 

Typedef Documentation

◆ modeFunc

typedef void(daObjWCover_c::* modeFunc) ()

Function Documentation

◆ daObjWCover_Create()

static int daObjWCover_Create ( fopAc_ac_c * i_this)
static

◆ daObjWCover_Delete()

static int daObjWCover_Delete ( daObjWCover_c * i_this)
static

◆ daObjWCover_Draw()

static int daObjWCover_Draw ( daObjWCover_c * i_this)
static

◆ daObjWCover_Execute()

static int daObjWCover_Execute ( daObjWCover_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_WellCover

actor_process_profile_definition g_profile_Obj_WellCover
extern
Initial value:
= {
3,
sizeof(daObjWCover_c),
0,
0,
0x25E,
0x40100,
}
Graveyard Well Cover.
Definition d_a_obj_well_cover.h:15
static actor_method_class l_daObjWCover_Method
Definition d_a_obj_well_cover.cpp:141
@ PROC_Obj_WellCover
Definition d_procname.h:143
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ 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_arcName

char* l_arcName = "H_Idohuta"
static

◆ l_daObjWCover_Method

actor_method_class l_daObjWCover_Method
static
Initial value:
= {
}
static int daObjWCover_Delete(daObjWCover_c *i_this)
Definition d_a_obj_well_cover.cpp:133
static int daObjWCover_Draw(daObjWCover_c *i_this)
Definition d_a_obj_well_cover.cpp:125
static int daObjWCover_Create(fopAc_ac_c *i_this)
Definition d_a_obj_well_cover.cpp:137
static int daObjWCover_Execute(daObjWCover_c *i_this)
Definition d_a_obj_well_cover.cpp:129
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ particle_id

u16 const particle_id[3]
static
Initial value:
= {
0x82AB,
0x82AC,
0x82AD,
}