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

Functions

static int daTogeTrap_Draw (daTogeTrap_c *i_this)
 
static int daTogeTrap_Execute (daTogeTrap_c *i_this)
 
static int daTogeTrap_Delete (daTogeTrap_c *i_this)
 
static int daTogeTrap_Create (fopAc_ac_c *i_this)
 

Variables

static daTogeTrap_HIO_c l_HIO
 
static actor_method_class l_daTogeTrap_Method
 
actor_process_profile_definition g_profile_Obj_TogeTrap
 

Function Documentation

◆ daTogeTrap_Create()

static int daTogeTrap_Create ( fopAc_ac_c * i_this)
static

◆ daTogeTrap_Delete()

static int daTogeTrap_Delete ( daTogeTrap_c * i_this)
static

◆ daTogeTrap_Draw()

static int daTogeTrap_Draw ( daTogeTrap_c * i_this)
static

◆ daTogeTrap_Execute()

static int daTogeTrap_Execute ( daTogeTrap_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_TogeTrap

actor_process_profile_definition g_profile_Obj_TogeTrap
extern
Initial value:
= {
3,
sizeof(daTogeTrap_c),
0,
0,
524,
0x00044000,
}
Blade Trap.
Definition d_a_obj_togeTrap.h:16
static actor_method_class l_daTogeTrap_Method
Definition d_a_obj_togeTrap.cpp:294
@ PROC_Obj_TogeTrap
Definition d_procname.h:83
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_daTogeTrap_Method

actor_method_class l_daTogeTrap_Method
static
Initial value:
= {
0,
}
static int daTogeTrap_Draw(daTogeTrap_c *i_this)
Definition d_a_obj_togeTrap.cpp:278
static int daTogeTrap_Delete(daTogeTrap_c *i_this)
Definition d_a_obj_togeTrap.cpp:286
static int daTogeTrap_Execute(daTogeTrap_c *i_this)
Definition d_a_obj_togeTrap.cpp:282
static int daTogeTrap_Create(fopAc_ac_c *i_this)
Definition d_a_obj_togeTrap.cpp:290
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daTogeTrap_HIO_c l_HIO
static