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

Functions

static int daStairBlock_Draw (daStairBlock_c *i_this)
 
static int daStairBlock_Execute (daStairBlock_c *i_this)
 
static int daStairBlock_Delete (daStairBlock_c *i_this)
 
static int daStairBlock_Create (fopAc_ac_c *i_this)
 

Variables

static const s32 l_bmdIdx [10]
 
static const s32 l_bckIdx [10]
 
static const Vec centerPos [10]
 
static daStairBlock_HIO_c l_HIO
 
static actor_method_class l_daStairBlock_Method
 
actor_process_profile_definition g_profile_Obj_StairBlock
 

Function Documentation

◆ daStairBlock_Create()

static int daStairBlock_Create ( fopAc_ac_c * i_this)
static

◆ daStairBlock_Delete()

static int daStairBlock_Delete ( daStairBlock_c * i_this)
static

◆ daStairBlock_Draw()

static int daStairBlock_Draw ( daStairBlock_c * i_this)
static

◆ daStairBlock_Execute()

static int daStairBlock_Execute ( daStairBlock_c * i_this)
static

Variable Documentation

◆ centerPos

const Vec centerPos[10]
static
Initial value:
= {
{28214.64f, -2576.334f, 7412.408f}, {28217.744f, -2681.6169f, 7392.684f},
{28336.742f, -2641.343f, 7329.605f}, {27901.223f, -2526.949f, 7028.0098f},
{27893.008f, -2604.662f, 7142.8018f}, {28036.146f, -2555.01f, 7141.08f},
{27985.621f, -2644.115f, 6984.075f}, {27985.621f, -2644.115f, 6984.075f},
{27985.621f, -2644.115f, 6984.075f}, {27985.621f, -2644.115f, 6984.075f},
}

◆ g_profile_Obj_StairBlock

actor_process_profile_definition g_profile_Obj_StairBlock
extern
Initial value:
= {
7,
sizeof(daStairBlock_c),
0,
0,
500,
0x00044000,
}
Stair Block.
Definition d_a_obj_stairBlock.h:16
static actor_method_class l_daStairBlock_Method
Definition d_a_obj_stairBlock.cpp:171
@ PROC_Obj_StairBlock
Definition d_procname.h:367
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_bckIdx

const s32 l_bckIdx[10]
static
Initial value:
= {
0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D,
}

◆ l_bmdIdx

const s32 l_bmdIdx[10]
static
Initial value:
= {
0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, 0x18, 0x19,
}

◆ l_daStairBlock_Method

actor_method_class l_daStairBlock_Method
static
Initial value:
= {
}
static int daStairBlock_Create(fopAc_ac_c *i_this)
Definition d_a_obj_stairBlock.cpp:165
static int daStairBlock_Delete(daStairBlock_c *i_this)
Definition d_a_obj_stairBlock.cpp:161
static int daStairBlock_Draw(daStairBlock_c *i_this)
Definition d_a_obj_stairBlock.cpp:153
static int daStairBlock_Execute(daStairBlock_c *i_this)
Definition d_a_obj_stairBlock.cpp:157
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daStairBlock_HIO_c l_HIO
static