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

Functions

static int daB_ZANTM_Draw (daB_ZANTM_c *i_this)
 
static int daB_ZANTM_Execute (daB_ZANTM_c *i_this)
 
static int daB_ZANTM_IsDelete (daB_ZANTM_c *i_this)
 
static int daB_ZANTM_Delete (daB_ZANTM_c *i_this)
 
static int daB_ZANTM_Create (daB_ZANTM_c *i_this)
 

Variables

static actor_method_class l_daB_ZANTM_Method
 
actor_process_profile_definition g_profile_B_ZANTM
 

Function Documentation

◆ daB_ZANTM_Create()

static int daB_ZANTM_Create ( daB_ZANTM_c * i_this)
static

◆ daB_ZANTM_Delete()

static int daB_ZANTM_Delete ( daB_ZANTM_c * i_this)
static

◆ daB_ZANTM_Draw()

static int daB_ZANTM_Draw ( daB_ZANTM_c * i_this)
static

◆ daB_ZANTM_Execute()

static int daB_ZANTM_Execute ( daB_ZANTM_c * i_this)
static

◆ daB_ZANTM_IsDelete()

static int daB_ZANTM_IsDelete ( daB_ZANTM_c * i_this)
static

Variable Documentation

◆ g_profile_B_ZANTM

actor_process_profile_definition g_profile_B_ZANTM
extern
Initial value:
= {
4,
sizeof(daB_ZANTM_c),
0,
0,
227,
0x00040100,
}
Zant - Magic Attack.
Definition d_a_b_zant_magic.h:16
static actor_method_class l_daB_ZANTM_Method
Definition d_a_b_zant_magic.cpp:271
@ PROC_B_ZANTM
Definition d_procname.h:259
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ fopAc_ENEMY_e
Definition f_op_actor.h:40
@ 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_daB_ZANTM_Method

actor_method_class l_daB_ZANTM_Method
static
Initial value:
= {
}
static int daB_ZANTM_Draw(daB_ZANTM_c *i_this)
Definition d_a_b_zant_magic.cpp:20
static int daB_ZANTM_IsDelete(daB_ZANTM_c *i_this)
Definition d_a_b_zant_magic.cpp:222
static int daB_ZANTM_Delete(daB_ZANTM_c *i_this)
Definition d_a_b_zant_magic.cpp:230
static int daB_ZANTM_Create(daB_ZANTM_c *i_this)
Definition d_a_b_zant_magic.cpp:267
static int daB_ZANTM_Execute(daB_ZANTM_c *i_this)
Definition d_a_b_zant_magic.cpp:218
int(* process_method_func)(void *)
Definition f_pc_method.h:7