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

Functions

static int daSwShutter_Draw (daSwShutter_c *i_this)
 
static int daSwShutter_Execute (daSwShutter_c *i_this)
 
static int daSwShutter_Delete (daSwShutter_c *i_this)
 
static int daSwShutter_Create (fopAc_ac_c *i_this)
 

Variables

static char * l_resNameIdx [2]
 
static const int l_bmdIdx [2] = {4, 4}
 
static const int l_dzbIdx [2] = {7, 7}
 
static daSwShutter_HIO_c l_HIO
 
static actor_method_class l_daSwShutter_Method
 
actor_process_profile_definition g_profile_Obj_SwallShutter
 

Function Documentation

◆ daSwShutter_Create()

static int daSwShutter_Create ( fopAc_ac_c * i_this)
static

◆ daSwShutter_Delete()

static int daSwShutter_Delete ( daSwShutter_c * i_this)
static

◆ daSwShutter_Draw()

static int daSwShutter_Draw ( daSwShutter_c * i_this)
static

◆ daSwShutter_Execute()

static int daSwShutter_Execute ( daSwShutter_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_SwallShutter

actor_process_profile_definition g_profile_Obj_SwallShutter
extern
Initial value:
= {
3,
sizeof(daSwShutter_c),
0,
0,
619,
0x00044000,
}
Shutter Wall (Switch)
Definition d_a_obj_sWallShutter.h:16
static actor_method_class l_daSwShutter_Method
Definition d_a_obj_sWallShutter.cpp:234
@ PROC_Obj_SwallShutter
Definition d_procname.h:85
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_bmdIdx

const int l_bmdIdx[2] = {4, 4}
static

◆ l_daSwShutter_Method

actor_method_class l_daSwShutter_Method
static
Initial value:
= {
}
static int daSwShutter_Draw(daSwShutter_c *i_this)
Definition d_a_obj_sWallShutter.cpp:218
static int daSwShutter_Create(fopAc_ac_c *i_this)
Definition d_a_obj_sWallShutter.cpp:230
static int daSwShutter_Delete(daSwShutter_c *i_this)
Definition d_a_obj_sWallShutter.cpp:226
static int daSwShutter_Execute(daSwShutter_c *i_this)
Definition d_a_obj_sWallShutter.cpp:222
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_dzbIdx

const int l_dzbIdx[2] = {7, 7}
static

◆ l_HIO

daSwShutter_HIO_c l_HIO
static

◆ l_resNameIdx

char* l_resNameIdx[2]
static
Initial value:
= {
"P_Rgate",
"SDGate",
}