Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
d_a_kytag13.cpp File Reference

Functions

static int daKytag13_Draw (kytag13_class *i_this)
 
static void vectle_calc (DOUBLE_POS *pos, cXyz *out)
 
static int daKytag13_Execute_standard (kytag13_class *i_this)
 
static int daKytag13_Execute (kytag13_class *i_this)
 
static int daKytag13_IsDelete (kytag13_class *i_this)
 
static int daKytag13_Delete (kytag13_class *i_this)
 
static int daKytag13_Create (fopAc_ac_c *i_this)
 

Variables

static actor_method_class l_daKytag13_Method
 
actor_process_profile_definition g_profile_KYTAG13
 

Function Documentation

◆ daKytag13_Create()

static int daKytag13_Create ( fopAc_ac_c * i_this)
static

◆ daKytag13_Delete()

static int daKytag13_Delete ( kytag13_class * i_this)
static

◆ daKytag13_Draw()

static int daKytag13_Draw ( kytag13_class * i_this)
static

d_a_kytag13.cpp Blowing Snow Tag

◆ daKytag13_Execute()

static int daKytag13_Execute ( kytag13_class * i_this)
static

◆ daKytag13_Execute_standard()

static int daKytag13_Execute_standard ( kytag13_class * i_this)
static

◆ daKytag13_IsDelete()

static int daKytag13_IsDelete ( kytag13_class * i_this)
static

◆ vectle_calc()

static void vectle_calc ( DOUBLE_POS * pos,
cXyz * out )
static

Variable Documentation

◆ g_profile_KYTAG13

actor_process_profile_definition g_profile_KYTAG13
extern
Initial value:
= {
7,
sizeof(kytag13_class),
0,
0,
107,
0x00060000,
}
Blowing Snow Tag.
Definition d_a_kytag13.h:15
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:73
static actor_method_class l_daKytag13_Method
Definition d_a_kytag13.cpp:429
@ PROC_KYTAG13
Definition d_procname.h:700
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:53
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ l_daKytag13_Method

actor_method_class l_daKytag13_Method
static
Initial value:
= {
}
static int daKytag13_Create(fopAc_ac_c *i_this)
Definition d_a_kytag13.cpp:362
static int daKytag13_Draw(kytag13_class *i_this)
Definition d_a_kytag13.cpp:13
static int daKytag13_IsDelete(kytag13_class *i_this)
Definition d_a_kytag13.cpp:351
static int daKytag13_Delete(kytag13_class *i_this)
Definition d_a_kytag13.cpp:357
static int daKytag13_Execute(kytag13_class *i_this)
Definition d_a_kytag13.cpp:342
int(* process_method_func)(void *)
Definition f_pc_method.h:7