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

Functions

static int CheckCreateHeap (fopAc_ac_c *i_this)
 
static const char * getStopName ()
 
static int daObjStopper2_Draw (daObjStopper2_c *i_this)
 
static int daObjStopper2_Execute (daObjStopper2_c *i_this)
 
static int daObjStopper2_Delete (daObjStopper2_c *i_this)
 
static int daObjStopper2_Create (daObjStopper2_c *i_this)
 

Variables

static char * l_arcName = "Stop00"
 
static char * l_evName [4]
 
static char * l_staffName = "dstop"
 
static actor_method_class l_daObjStopper2_Method
 
actor_process_profile_definition g_profile_Obj_Stopper2
 

Function Documentation

◆ CheckCreateHeap()

static int CheckCreateHeap ( fopAc_ac_c * i_this)
static

◆ daObjStopper2_Create()

static int daObjStopper2_Create ( daObjStopper2_c * i_this)
static

◆ daObjStopper2_Delete()

static int daObjStopper2_Delete ( daObjStopper2_c * i_this)
static

◆ daObjStopper2_Draw()

static int daObjStopper2_Draw ( daObjStopper2_c * i_this)
static

◆ daObjStopper2_Execute()

static int daObjStopper2_Execute ( daObjStopper2_c * i_this)
static

◆ getStopName()

static const char * getStopName ( )
static

Variable Documentation

◆ g_profile_Obj_Stopper2

actor_process_profile_definition g_profile_Obj_Stopper2
extern
Initial value:
= {
3,
sizeof(daObjStopper2_c),
0,
0,
564,
0x00040100,
}
Door Stop.
Definition d_a_obj_stopper2.h:15
static actor_method_class l_daObjStopper2_Method
Definition d_a_obj_stopper2.cpp:302
@ PROC_Obj_Stopper2
Definition d_procname.h:240
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 = "Stop00"
static

◆ l_daObjStopper2_Method

actor_method_class l_daObjStopper2_Method
static
Initial value:
= {
NULL,
}
static int daObjStopper2_Execute(daObjStopper2_c *i_this)
Definition d_a_obj_stopper2.cpp:290
static int daObjStopper2_Draw(daObjStopper2_c *i_this)
Definition d_a_obj_stopper2.cpp:286
static int daObjStopper2_Delete(daObjStopper2_c *i_this)
Definition d_a_obj_stopper2.cpp:294
static int daObjStopper2_Create(daObjStopper2_c *i_this)
Definition d_a_obj_stopper2.cpp:298
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_evName

char* l_evName[4]
static
Initial value:
= {
"STOP_OPEN",
"STOP_CLOSE",
"STOP_OPEN2",
"STOP_CLOSE2",
}

◆ l_staffName

char* l_staffName = "dstop"
static