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

Functions

static int createSolidHeap (fopAc_ac_c *i_this)
 
static int daZraFreeze_Draw (daZraFreeze_c *i_this)
 
static int daZraFreeze_Execute (daZraFreeze_c *i_this)
 
static int daZraFreeze_IsDelete (daZraFreeze_c *i_this)
 
static int daZraFreeze_Delete (daZraFreeze_c *i_this)
 
static cPhs__Step daZraFreeze_create (fopAc_ac_c *i_this)
 

Variables

static char * l_arcName = "zrF"
 
static f32 const l_DATA [2] = { 800.0f, 0.0f }
 
static actor_method_class l_daZraFreeze_Method
 
actor_process_profile_definition g_profile_OBJ_ZRAFREEZE
 

Function Documentation

◆ createSolidHeap()

static int createSolidHeap ( fopAc_ac_c * i_this)
static

◆ daZraFreeze_create()

static cPhs__Step daZraFreeze_create ( fopAc_ac_c * i_this)
static

◆ daZraFreeze_Delete()

static int daZraFreeze_Delete ( daZraFreeze_c * i_this)
static

◆ daZraFreeze_Draw()

static int daZraFreeze_Draw ( daZraFreeze_c * i_this)
static

◆ daZraFreeze_Execute()

static int daZraFreeze_Execute ( daZraFreeze_c * i_this)
static

◆ daZraFreeze_IsDelete()

static int daZraFreeze_IsDelete ( daZraFreeze_c * i_this)
static

Variable Documentation

◆ g_profile_OBJ_ZRAFREEZE

actor_process_profile_definition g_profile_OBJ_ZRAFREEZE
extern
Initial value:
= {
7,
sizeof(daZraFreeze_c),
0,
0,
0x184,
0x44100,
}
Zora (Frozen)
Definition d_a_obj_zra_freeze.h:15
static actor_method_class l_daZraFreeze_Method
Definition d_a_obj_zra_freeze.cpp:194
@ PROC_OBJ_ZRAFREEZE
Definition d_procname.h:651
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 = "zrF"
static

d_a_obj_zra_freeze.cpp Object - Frozen Zora

◆ l_DATA

f32 const l_DATA[2] = { 800.0f, 0.0f }
static

◆ l_daZraFreeze_Method

actor_method_class l_daZraFreeze_Method
static
Initial value:
= {
}
static int daZraFreeze_Execute(daZraFreeze_c *i_this)
Definition d_a_obj_zra_freeze.cpp:178
static int daZraFreeze_IsDelete(daZraFreeze_c *i_this)
Definition d_a_obj_zra_freeze.cpp:182
static int daZraFreeze_Draw(daZraFreeze_c *i_this)
Definition d_a_obj_zra_freeze.cpp:174
static int daZraFreeze_Delete(daZraFreeze_c *i_this)
Definition d_a_obj_zra_freeze.cpp:186
static cPhs__Step daZraFreeze_create(fopAc_ac_c *i_this)
Definition d_a_obj_zra_freeze.cpp:190
int(* process_method_func)(void *)
Definition f_pc_method.h:7