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

Functions

static int daObjGraWall_Execute (daObjGraWall_c *i_this)
 
static int daObjGraWall_IsDelete (daObjGraWall_c *i_this)
 
static int daObjGraWall_Delete (daObjGraWall_c *i_this)
 
static int daObjGraWall_create (fopAc_ac_c *i_this)
 

Variables

static const f32 l_DATA [2] = {180.0f, 280.0f}
 
static const dCcD_SrcCyl l_cyl_src
 
static actor_method_class l_daObjGraWall_Method
 
actor_process_profile_definition g_profile_GRA_WALL
 

Function Documentation

◆ daObjGraWall_create()

static int daObjGraWall_create ( fopAc_ac_c * i_this)
static

◆ daObjGraWall_Delete()

static int daObjGraWall_Delete ( daObjGraWall_c * i_this)
static

◆ daObjGraWall_Execute()

static int daObjGraWall_Execute ( daObjGraWall_c * i_this)
static

◆ daObjGraWall_IsDelete()

static int daObjGraWall_IsDelete ( daObjGraWall_c * i_this)
static

Variable Documentation

◆ g_profile_GRA_WALL

actor_process_profile_definition g_profile_GRA_WALL
extern
Initial value:
= {
3,
sizeof(daObjGraWall_c),
0,
0,
611,
0x40000,
}
Goron Wall?
Definition d_a_obj_graWall.h:15
static actor_method_class l_daObjGraWall_Method
Definition d_a_obj_graWall.cpp:96
@ PROC_GRA_WALL
Definition d_procname.h:148
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_cyl_src

const dCcD_SrcCyl l_cyl_src
static
Initial value:
= {
{
{0x0, {{0x0, 0x0, 0x0}, {0x0, 0x0}, 0x19}},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x8},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x0},
{0x0},
},
{
{0.0f, 0.0f, 0.0f},
0.0f,
0.0f
}
}
@ dCcD_SE_NONE
Definition d_cc_d.h:13

◆ l_daObjGraWall_Method

actor_method_class l_daObjGraWall_Method
static
Initial value:
= {
}
static int daObjGraWall_IsDelete(daObjGraWall_c *i_this)
Definition d_a_obj_graWall.cpp:84
static int daObjGraWall_create(fopAc_ac_c *i_this)
Definition d_a_obj_graWall.cpp:92
static int daObjGraWall_Execute(daObjGraWall_c *i_this)
Definition d_a_obj_graWall.cpp:80
static int daObjGraWall_Delete(daObjGraWall_c *i_this)
Definition d_a_obj_graWall.cpp:88
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_DATA

const f32 l_DATA[2] = {180.0f, 280.0f}
static