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

Functions

static f32 bound (cXyz *param_1, cBgS_PolyInfo const &param_2, f32 param_3)
 
f32 dummyLiteral ()
 
static int daWdStick_Draw (daWdStick_c *i_this)
 
static int daWdStick_Execute (daWdStick_c *i_this)
 
static int daWdStick_Delete (daWdStick_c *i_this)
 
static int daWdStick_Create (fopAc_ac_c *i_this)
 

Variables

static daWdStick_HIO_c l_HIO
 
static actor_method_class l_daWdStick_Method
 
actor_process_profile_definition g_profile_Obj_WdStick
 

Function Documentation

◆ bound()

static f32 bound ( cXyz * param_1,
cBgS_PolyInfo const & param_2,
f32 param_3 )
static

◆ daWdStick_Create()

static int daWdStick_Create ( fopAc_ac_c * i_this)
static

◆ daWdStick_Delete()

static int daWdStick_Delete ( daWdStick_c * i_this)
static

◆ daWdStick_Draw()

static int daWdStick_Draw ( daWdStick_c * i_this)
static

◆ daWdStick_Execute()

static int daWdStick_Execute ( daWdStick_c * i_this)
static

◆ dummyLiteral()

f32 dummyLiteral ( )

Variable Documentation

◆ g_profile_Obj_WdStick

actor_process_profile_definition g_profile_Obj_WdStick
extern
Initial value:
= {
7,
sizeof(daWdStick_c),
0,
0,
497,
0x00044000,
}
Wooden Stick.
Definition d_a_obj_wdStick.h:16
static actor_method_class l_daWdStick_Method
Definition d_a_obj_wdStick.cpp:502
@ PROC_Obj_WdStick
Definition d_procname.h:366
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_daWdStick_Method

actor_method_class l_daWdStick_Method
static
Initial value:
= {
NULL,
}
static int daWdStick_Execute(daWdStick_c *i_this)
Definition d_a_obj_wdStick.cpp:490
static int daWdStick_Create(fopAc_ac_c *i_this)
Definition d_a_obj_wdStick.cpp:498
static int daWdStick_Draw(daWdStick_c *i_this)
Definition d_a_obj_wdStick.cpp:486
static int daWdStick_Delete(daWdStick_c *i_this)
Definition d_a_obj_wdStick.cpp:494
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daWdStick_HIO_c l_HIO
static