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

Classes

struct  Attr
 
struct  AttrType
 

Functions

static const Attrattr ()
 
static const AttrTypeattr_type (daObjLadder::Act_c::Type_e type)
 
static int Mthd_Create (daObjLadder::Act_c *i_this)
 
static int Mthd_Delete (daObjLadder::Act_c *i_this)
 
static int Mthd_Execute (daObjLadder::Act_c *i_this)
 
static int Mthd_Draw (daObjLadder::Act_c *i_this)
 
static int Mthd_IsDelete (daObjLadder::Act_c *i_this)
 

Variables

static Attr const L_attr
 
static AttrType L_attr_type [6]
 
static actor_method_class Mthd_Table
 
actor_process_profile_definition g_profile_Obj_Ladder
 

Function Documentation

◆ attr()

static const Attr & attr ( )
inlinestatic

◆ attr_type()

static const AttrType & attr_type ( daObjLadder::Act_c::Type_e type)
inlinestatic

◆ Mthd_Create()

static int Mthd_Create ( daObjLadder::Act_c * i_this)
static

◆ Mthd_Delete()

static int Mthd_Delete ( daObjLadder::Act_c * i_this)
static

◆ Mthd_Draw()

static int Mthd_Draw ( daObjLadder::Act_c * i_this)
static

◆ Mthd_Execute()

static int Mthd_Execute ( daObjLadder::Act_c * i_this)
static

◆ Mthd_IsDelete()

static int Mthd_IsDelete ( daObjLadder::Act_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_Ladder

actor_process_profile_definition g_profile_Obj_Ladder
extern
Initial value:
= {
3,
0,
0,
23,
0x00040100,
}
Definition d_a_obj_ladder.h:16
static actor_method_class Mthd_Table
Definition d_a_obj_ladder.cpp:284
@ PROC_Obj_Ladder
Definition d_procname.h:45
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_attr

Attr const L_attr
static
Initial value:
= {
-3.0f, 0.005f, 0.0005f,
0.5f, 0x03, 0x4B, 0x32, 0x2D, 0x28, 0x4E20,
0x3CC3, 0x0F, 2.0f, 1.0f,
}

◆ L_attr_type

AttrType L_attr_type[6]
static
Initial value:
= {
{ 0x08, 0x10, 600.0f},
{ 0x09, 0x11, 900.0f},
{ 0x04, 0x0C, 1200.0f},
{ 0x05, 0x0D, 1500.0f},
{ 0x07, 0x0F, 450.0f},
{ 0x06, 0x0E, 300.0f},
}

◆ Mthd_Table

actor_method_class Mthd_Table
static
Initial value:
= {
}
static int Mthd_IsDelete(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:280
static int Mthd_Delete(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:268
static int Mthd_Draw(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:276
static int Mthd_Execute(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:272
static int Mthd_Create(daObjLadder::Act_c *i_this)
Definition d_a_obj_ladder.cpp:264
int(* process_method_func)(void *)
Definition f_pc_method.h:7