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

Functions

static int createSolidHeap (fopAc_ac_c *i_this)
 
static int daObjMirrorSand_Draw (daObjMirrorSand_c *i_this)
 
static int daObjMirrorSand_Execute (daObjMirrorSand_c *i_this)
 
static int daObjMirrorSand_IsDelete (daObjMirrorSand_c *i_this)
 
static int daObjMirrorSand_Delete (daObjMirrorSand_c *i_this)
 
static int daObjMirrorSand_Create (fopAc_ac_c *i_this)
 

Variables

static charl_arcName = "MR-Sand"
 
static actor_method_class l_daObjMirrorSand_Method
 
actor_process_profile_definition g_profile_Obj_MirrorSand
 

Function Documentation

◆ createSolidHeap()

static int createSolidHeap ( fopAc_ac_c i_this)
static

◆ daObjMirrorSand_Create()

static int daObjMirrorSand_Create ( fopAc_ac_c i_this)
static

◆ daObjMirrorSand_Delete()

static int daObjMirrorSand_Delete ( daObjMirrorSand_c i_this)
static

◆ daObjMirrorSand_Draw()

static int daObjMirrorSand_Draw ( daObjMirrorSand_c i_this)
static

◆ daObjMirrorSand_Execute()

static int daObjMirrorSand_Execute ( daObjMirrorSand_c i_this)
static

◆ daObjMirrorSand_IsDelete()

static int daObjMirrorSand_IsDelete ( daObjMirrorSand_c i_this)
static

Variable Documentation

◆ g_profile_Obj_MirrorSand

actor_process_profile_definition g_profile_Obj_MirrorSand
extern
Initial value:
= {
3,
0,
0,
679,
0x40000,
}
Twilight Mirror Sand.
Definition d_a_obj_mirror_sand.h:15
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
static actor_method_class l_daObjMirrorSand_Method
Definition d_a_obj_mirror_sand.cpp:180
@ PROC_Obj_MirrorSand
Definition d_procname.h:180
@ 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

char* l_arcName = "MR-Sand"
static

d_a_obj_mirror_sand.cpp Mirror Chamber Sand Floor

◆ l_daObjMirrorSand_Method

actor_method_class l_daObjMirrorSand_Method
static
Initial value:
= {
}
static int daObjMirrorSand_Execute(daObjMirrorSand_c *i_this)
Definition d_a_obj_mirror_sand.cpp:109
static int daObjMirrorSand_Create(fopAc_ac_c *i_this)
Definition d_a_obj_mirror_sand.cpp:175
static int daObjMirrorSand_Delete(daObjMirrorSand_c *i_this)
Definition d_a_obj_mirror_sand.cpp:133
static int daObjMirrorSand_IsDelete(daObjMirrorSand_c *i_this)
Definition d_a_obj_mirror_sand.cpp:115
static int daObjMirrorSand_Draw(daObjMirrorSand_c *i_this)
Definition d_a_obj_mirror_sand.cpp:90
int(* process_method_func)(void *)
Definition f_pc_method.h:7