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

Functions

static char * dummyStringFunc ()
 
static int CheckCreateHeap (fopAc_ac_c *i_this)
 
static int daKnob20_Draw (daKnob20_c *i_this)
 
static int daKnob20_Execute (daKnob20_c *i_this)
 
static int daKnob20_Delete (daKnob20_c *i_this)
 
static int daKnob20_Create (fopAc_ac_c *i_this)
 

Variables

static char * l_bmd_base_name = "door-knob_"
 
static actor_method_class l_daKnob20_Method
 
actor_process_profile_definition g_profile_KNOB20
 

Function Documentation

◆ CheckCreateHeap()

static int CheckCreateHeap ( fopAc_ac_c * i_this)
static

◆ daKnob20_Create()

static int daKnob20_Create ( fopAc_ac_c * i_this)
static

◆ daKnob20_Delete()

static int daKnob20_Delete ( daKnob20_c * i_this)
static

◆ daKnob20_Draw()

static int daKnob20_Draw ( daKnob20_c * i_this)
static

◆ daKnob20_Execute()

static int daKnob20_Execute ( daKnob20_c * i_this)
static

◆ dummyStringFunc()

static char * dummyStringFunc ( )
static

Variable Documentation

◆ g_profile_KNOB20

Initial value:
= {
7,
sizeof(daKnob20_c),
0,
0,
293,
0x44100,
}
Knob Door.
Definition d_a_door_knob00.h:17
static actor_method_class l_daKnob20_Method
Definition d_a_door_knob00.cpp:696
@ PROC_KNOB20
Definition d_procname.h:559
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_6_e
Definition f_op_actor.h:62
@ fopAc_ACTOR_e
Definition f_op_actor.h:41
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:12
process_method_class base
Definition f_pc_leaf.h:12

◆ l_bmd_base_name

char* l_bmd_base_name = "door-knob_"
static

◆ l_daKnob20_Method

actor_method_class l_daKnob20_Method
static
Initial value:
= {
}
static int daKnob20_Delete(daKnob20_c *i_this)
Definition d_a_door_knob00.cpp:688
static int daKnob20_Draw(daKnob20_c *i_this)
Definition d_a_door_knob00.cpp:679
static int daKnob20_Create(fopAc_ac_c *i_this)
Definition d_a_door_knob00.cpp:692
static int daKnob20_Execute(daKnob20_c *i_this)
Definition d_a_door_knob00.cpp:683
int(* process_method_func)(void *)
Definition f_pc_method.h:6