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

Classes

class  daKtOnFire_HIO_c
 

Functions

static int daKtOnFire_Draw (daKtOnFire_c *i_this)
 
static int daKtOnFire_Execute (daKtOnFire_c *i_this)
 
static int daKtOnFire_Delete (daKtOnFire_c *i_this)
 
static int daKtOnFire_Create (fopAc_ac_c *i_this)
 

Variables

static daKtOnFire_HIO_c l_HIO
 
static cull_box l_cull_box
 
static actor_method_class l_daKtOnFire_Method
 
actor_process_profile_definition g_profile_Tag_KtOnFire
 

Function Documentation

◆ daKtOnFire_Create()

static int daKtOnFire_Create ( fopAc_ac_c * i_this)
static

◆ daKtOnFire_Delete()

static int daKtOnFire_Delete ( daKtOnFire_c * i_this)
static

◆ daKtOnFire_Draw()

static int daKtOnFire_Draw ( daKtOnFire_c * i_this)
static

◆ daKtOnFire_Execute()

static int daKtOnFire_Execute ( daKtOnFire_c * i_this)
static

Variable Documentation

◆ g_profile_Tag_KtOnFire

actor_process_profile_definition g_profile_Tag_KtOnFire
extern
Initial value:
= {
7,
sizeof(daKtOnFire_c),
0,
0,
502,
0x00044000,
}
Lantern Fire.
Definition d_a_obj_ktOnFire.h:15
static actor_method_class l_daKtOnFire_Method
Definition d_a_obj_ktOnFire.cpp:195
@ PROC_Tag_KtOnFire
Definition d_procname.h:369
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_cull_box

cull_box l_cull_box
static
Initial value:
= {
{-50.0f, 0.0f, -50.0f},
{50.0f, 100.0f, 50.0f},
}

◆ l_daKtOnFire_Method

actor_method_class l_daKtOnFire_Method
static
Initial value:
= {
0,
}
static int daKtOnFire_Draw(daKtOnFire_c *i_this)
Definition d_a_obj_ktOnFire.cpp:179
static int daKtOnFire_Execute(daKtOnFire_c *i_this)
Definition d_a_obj_ktOnFire.cpp:183
static int daKtOnFire_Delete(daKtOnFire_c *i_this)
Definition d_a_obj_ktOnFire.cpp:187
static int daKtOnFire_Create(fopAc_ac_c *i_this)
Definition d_a_obj_ktOnFire.cpp:191
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daKtOnFire_HIO_c l_HIO
static