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

Functions

static int daTogeRoll_Draw (daTogeRoll_c *i_this)
 
static int daTogeRoll_Execute (daTogeRoll_c *i_this)
 
static int daTogeRoll_Delete (daTogeRoll_c *i_this)
 
static int daTogeRoll_Create (fopAc_ac_c *i_this)
 

Variables

static daTogeRoll_HIO_c l_HIO
 
static actor_method_class l_daTogeRoll_Method
 
actor_process_profile_definition g_profile_Obj_Lv6TogeRoll
 

Function Documentation

◆ daTogeRoll_Create()

static int daTogeRoll_Create ( fopAc_ac_c * i_this)
static

◆ daTogeRoll_Delete()

static int daTogeRoll_Delete ( daTogeRoll_c * i_this)
static

◆ daTogeRoll_Draw()

static int daTogeRoll_Draw ( daTogeRoll_c * i_this)
static

◆ daTogeRoll_Execute()

static int daTogeRoll_Execute ( daTogeRoll_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_Lv6TogeRoll

actor_process_profile_definition g_profile_Obj_Lv6TogeRoll
extern
Initial value:
= {
3,
sizeof(daTogeRoll_c),
0,
0,
621,
0x00040100,
}
Temple of Time Spike Roller.
Definition d_a_obj_lv6TogeRoll.h:18
static actor_method_class l_daTogeRoll_Method
Definition d_a_obj_lv6TogeRoll.cpp:435
@ PROC_Obj_Lv6TogeRoll
Definition d_procname.h:156
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_daTogeRoll_Method

actor_method_class l_daTogeRoll_Method
static
Initial value:
= {
}
static int daTogeRoll_Delete(daTogeRoll_c *i_this)
Definition d_a_obj_lv6TogeRoll.cpp:427
static int daTogeRoll_Create(fopAc_ac_c *i_this)
Definition d_a_obj_lv6TogeRoll.cpp:431
static int daTogeRoll_Execute(daTogeRoll_c *i_this)
Definition d_a_obj_lv6TogeRoll.cpp:423
static int daTogeRoll_Draw(daTogeRoll_c *i_this)
Definition d_a_obj_lv6TogeRoll.cpp:419
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daTogeRoll_HIO_c l_HIO
static