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

Functions

static int createSolidHeap (fopAc_ac_c *i_this)
 
static int daObjCatDoor_Draw (daObjCatDoor_c *i_this)
 
static int daObjCatDoor_Execute (daObjCatDoor_c *i_this)
 
static bool daObjCatDoor_IsDelete (daObjCatDoor_c *i_this)
 
static int daObjCatDoor_Delete (daObjCatDoor_c *i_this)
 
static int daObjCatDoor_Create (fopAc_ac_c *i_this)
 

Variables

static const charl_arcName = "CatDoor"
 
static actor_method_class l_daObjCatDoor_Method
 
actor_process_profile_definition g_profile_Obj_CatDoor
 

Function Documentation

◆ createSolidHeap()

static int createSolidHeap ( fopAc_ac_c i_this)
static

◆ daObjCatDoor_Create()

static int daObjCatDoor_Create ( fopAc_ac_c i_this)
static

◆ daObjCatDoor_Delete()

static int daObjCatDoor_Delete ( daObjCatDoor_c i_this)
static

◆ daObjCatDoor_Draw()

static int daObjCatDoor_Draw ( daObjCatDoor_c i_this)
static

◆ daObjCatDoor_Execute()

static int daObjCatDoor_Execute ( daObjCatDoor_c i_this)
static

◆ daObjCatDoor_IsDelete()

static bool daObjCatDoor_IsDelete ( daObjCatDoor_c i_this)
static

Variable Documentation

◆ g_profile_Obj_CatDoor

actor_process_profile_definition g_profile_Obj_CatDoor
extern
Initial value:
= {
3,
&g_fpcLf_Method.mBase,
sizeof(daObjCatDoor_c),
0,
0,
684,
0x44100,
}
Cat Door.
Definition d_a_obj_catdoor.h:23
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
static actor_method_class l_daObjCatDoor_Method
Definition d_a_obj_catdoor.cpp:193
@ PROC_Obj_CatDoor
Definition d_procname.h:190
@ 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

◆ l_arcName

const char* l_arcName = "CatDoor"
static

◆ l_daObjCatDoor_Method

actor_method_class l_daObjCatDoor_Method
static
Initial value:
= {
}
static int daObjCatDoor_Draw(daObjCatDoor_c *i_this)
Definition d_a_obj_catdoor.cpp:162
static bool daObjCatDoor_IsDelete(daObjCatDoor_c *i_this)
Definition d_a_obj_catdoor.cpp:172
static int daObjCatDoor_Create(fopAc_ac_c *i_this)
Definition d_a_obj_catdoor.cpp:185
static int daObjCatDoor_Execute(daObjCatDoor_c *i_this)
Definition d_a_obj_catdoor.cpp:167
static int daObjCatDoor_Delete(daObjCatDoor_c *i_this)
Definition d_a_obj_catdoor.cpp:177
int(* process_method_func)(void *)
Definition f_pc_method.h:7