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

Functions

static int daObjPDwall_create1st (daObjPDwall_c *i_this)
 
static int daObjPDwall_MoveBGDelete (daObjPDwall_c *i_this)
 
static int daObjPDwall_MoveBGExecute (daObjPDwall_c *i_this)
 
static int daObjPDwall_MoveBGDraw (daObjPDwall_c *i_this)
 

Variables

static const int l_dzbidx = 7
 
static char * l_arcName = "P_Dwall"
 
static const cull_box l_cull_box
 
static actor_method_class daObjPDwall_METHODS
 
actor_process_profile_definition g_profile_Obj_PDwall
 

Function Documentation

◆ daObjPDwall_create1st()

static int daObjPDwall_create1st ( daObjPDwall_c * i_this)
static

◆ daObjPDwall_MoveBGDelete()

static int daObjPDwall_MoveBGDelete ( daObjPDwall_c * i_this)
static

◆ daObjPDwall_MoveBGDraw()

static int daObjPDwall_MoveBGDraw ( daObjPDwall_c * i_this)
static

◆ daObjPDwall_MoveBGExecute()

static int daObjPDwall_MoveBGExecute ( daObjPDwall_c * i_this)
static

Variable Documentation

◆ daObjPDwall_METHODS

actor_method_class daObjPDwall_METHODS
static
Initial value:
= {
0,
}
static int daObjPDwall_create1st(daObjPDwall_c *i_this)
Definition d_a_obj_pdwall.cpp:176
static int daObjPDwall_MoveBGDelete(daObjPDwall_c *i_this)
Definition d_a_obj_pdwall.cpp:181
static int daObjPDwall_MoveBGDraw(daObjPDwall_c *i_this)
Definition d_a_obj_pdwall.cpp:189
static int daObjPDwall_MoveBGExecute(daObjPDwall_c *i_this)
Definition d_a_obj_pdwall.cpp:185
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ g_profile_Obj_PDwall

actor_process_profile_definition g_profile_Obj_PDwall
extern
Initial value:
= {
3,
sizeof(daObjPDwall_c),
0,
0,
671,
0x00044100,
}
P - D Wall?
Definition d_a_obj_pdwall.h:15
static actor_method_class daObjPDwall_METHODS
Definition d_a_obj_pdwall.cpp:193
@ PROC_Obj_PDwall
Definition d_procname.h:216
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_arcName

char* l_arcName = "P_Dwall"
static

◆ l_cull_box

const cull_box l_cull_box
static
Initial value:
= {
{-100.0f, -800.0f, -300.0f},
{750.0f, 500.0f, 300.0f},
}

◆ l_dzbidx

const int l_dzbidx = 7
static