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

Functions

static int daMagLiftRot_Draw (daMagLiftRot_c *i_this)
 
static int daMagLiftRot_Execute (daMagLiftRot_c *i_this)
 
static int daMagLiftRot_Delete (daMagLiftRot_c *i_this)
 
static int daMagLiftRot_Create (fopAc_ac_c *i_this)
 

Variables

static char * l_arcName [3] = {"MagLiftS", "MagLiftM", "MagLiftL"}
 
static int const l_bmdIdx [] = {4, 4, 6}
 
static int const l_dzbIdx [] = {7, 7, 15}
 
static int const l_btkIdx [] = {-1, -1, 12}
 
static int const l_brkIdx [] = {-1, -1, 9}
 
static daMagLiftRot_HIO_c l_HIO
 
static actor_method_class l_daMagLiftRot_Method
 
actor_process_profile_definition g_profile_Obj_MagLiftRot
 

Function Documentation

◆ daMagLiftRot_Create()

static int daMagLiftRot_Create ( fopAc_ac_c * i_this)
static

◆ daMagLiftRot_Delete()

static int daMagLiftRot_Delete ( daMagLiftRot_c * i_this)
static

◆ daMagLiftRot_Draw()

static int daMagLiftRot_Draw ( daMagLiftRot_c * i_this)
static

◆ daMagLiftRot_Execute()

static int daMagLiftRot_Execute ( daMagLiftRot_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_MagLiftRot

actor_process_profile_definition g_profile_Obj_MagLiftRot
extern
Initial value:
= {
3,
0x00000634,
0,
0,
493,
0x00040100,
}
static actor_method_class l_daMagLiftRot_Method
Definition d_a_obj_magLiftRot.cpp:358
@ PROC_Obj_MagLiftRot
Definition d_procname.h:65
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[3] = {"MagLiftS", "MagLiftM", "MagLiftL"}
static

◆ l_bmdIdx

int const l_bmdIdx[] = {4, 4, 6}
static

◆ l_brkIdx

int const l_brkIdx[] = {-1, -1, 9}
static

◆ l_btkIdx

int const l_btkIdx[] = {-1, -1, 12}
static

◆ l_daMagLiftRot_Method

actor_method_class l_daMagLiftRot_Method
static
Initial value:
= {
0,
}
static int daMagLiftRot_Create(fopAc_ac_c *i_this)
Definition d_a_obj_magLiftRot.cpp:354
static int daMagLiftRot_Draw(daMagLiftRot_c *i_this)
Definition d_a_obj_magLiftRot.cpp:342
static int daMagLiftRot_Delete(daMagLiftRot_c *i_this)
Definition d_a_obj_magLiftRot.cpp:350
static int daMagLiftRot_Execute(daMagLiftRot_c *i_this)
Definition d_a_obj_magLiftRot.cpp:346
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_dzbIdx

int const l_dzbIdx[] = {7, 7, 15}
static

◆ l_HIO

daMagLiftRot_HIO_c l_HIO
static