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

Functions

static UNK_REL_DATA f32 Reflect (cXyz *pSpeed, cBgS_PolyInfo const &param_2, f32 param_3)
 
static int daItemShield_Draw (daItemShield_c *i_this)
 
static int daItemShield_Execute (daItemShield_c *i_this)
 
static int daItemShield_Delete (daItemShield_c *i_this)
 
static int daItemShield_Create (fopAc_ac_c *i_this)
 

Variables

static const dCcD_SrcCyl l_cyl_src
 
static actor_method_class l_daItemShield_Method
 
actor_process_profile_definition g_profile_Obj_Shield
 

Function Documentation

◆ daItemShield_Create()

static int daItemShield_Create ( fopAc_ac_c i_this)
static

◆ daItemShield_Delete()

static int daItemShield_Delete ( daItemShield_c i_this)
static

◆ daItemShield_Draw()

static int daItemShield_Draw ( daItemShield_c i_this)
static

◆ daItemShield_Execute()

static int daItemShield_Execute ( daItemShield_c i_this)
static

◆ Reflect()

static UNK_REL_DATA f32 Reflect ( cXyz pSpeed,
cBgS_PolyInfo const param_2,
f32  param_3 
)
static

Variable Documentation

◆ g_profile_Obj_Shield

actor_process_profile_definition g_profile_Obj_Shield
extern
Initial value:
= {
7,
sizeof(daItemShield_c),
0,
0,
240,
0x00040100,
}
Ordon Shield.
Definition d_a_obj_shield.h:15
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:64
static actor_method_class l_daItemShield_Method
Definition d_a_obj_shield.cpp:394
@ PROC_Obj_Shield
Definition d_procname.h:545
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:67
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ l_cyl_src

const dCcD_SrcCyl l_cyl_src
static
Initial value:
= {
{
{0x0, {{0x0, 0x0, 0x0}, {0xffffffff, 0x11}, 0x59}},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x0},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x4},
{0x0},
},
{
{0.0f, 0.0f, 0.0f},
20.0f,
40.0f
}
}
@ dCcD_SE_NONE
Definition d_cc_d.h:13

◆ l_daItemShield_Method

actor_method_class l_daItemShield_Method
static
Initial value:
= {
}
T cLib_calcTimer(T *value)
Definition c_lib.h:79
static int daItemShield_Create(fopAc_ac_c *i_this)
Definition d_a_obj_shield.cpp:389
static int daItemShield_Execute(daItemShield_c *i_this)
Definition d_a_obj_shield.cpp:378
static int daItemShield_Draw(daItemShield_c *i_this)
Definition d_a_obj_shield.cpp:373
static int daItemShield_Delete(daItemShield_c *i_this)
Definition d_a_obj_shield.cpp:383
int(* process_method_func)(void *)
Definition f_pc_method.h:7