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

Functions

static bool daFmtMng_Draw (daFmtMng_c *param_0)
 
static int daFmtMng_Execute (daFmtMng_c *param_0)
 
static int daFmtMng_IsDelete (daFmtMng_c *param_0)
 
static int daFmtMng_Delete (daFmtMng_c *param_1)
 
static int daFmtMng_Create (fopAc_ac_c *param_0)
 

Variables

static actor_method_class l_daFmtMng_Method
 
actor_process_profile_definition g_profile_FORMATION_MNG
 

Function Documentation

◆ daFmtMng_Create()

static int daFmtMng_Create ( fopAc_ac_c * param_0)
static

◆ daFmtMng_Delete()

static int daFmtMng_Delete ( daFmtMng_c * param_1)
static

◆ daFmtMng_Draw()

static bool daFmtMng_Draw ( daFmtMng_c * param_0)
static

◆ daFmtMng_Execute()

static int daFmtMng_Execute ( daFmtMng_c * param_0)
static

◆ daFmtMng_IsDelete()

static int daFmtMng_IsDelete ( daFmtMng_c * param_0)
static

Variable Documentation

◆ g_profile_FORMATION_MNG

actor_process_profile_definition g_profile_FORMATION_MNG
extern
Initial value:
= {
7,
sizeof(daFmtMng_c),
0,
0,
410,
0x40000,
}
static actor_method_class l_daFmtMng_Method
Definition d_a_formation_mng.cpp:389
@ PROC_FORMATION_MNG
Definition d_procname.h:668
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
Definition d_a_formation_mng.h:128
process_method_class base
Definition f_pc_leaf.h:12

◆ l_daFmtMng_Method

actor_method_class l_daFmtMng_Method
static
Initial value:
= {
}
static int daFmtMng_Create(fopAc_ac_c *param_0)
Definition d_a_formation_mng.cpp:340
static int daFmtMng_Delete(daFmtMng_c *param_1)
Definition d_a_formation_mng.cpp:335
static bool daFmtMng_Draw(daFmtMng_c *param_0)
Definition d_a_formation_mng.cpp:323
static int daFmtMng_IsDelete(daFmtMng_c *param_0)
Definition d_a_formation_mng.cpp:331
static int daFmtMng_Execute(daFmtMng_c *param_0)
Definition d_a_formation_mng.cpp:327
int(* process_method_func)(void *)
Definition f_pc_method.h:7