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

Classes

struct  SizedGroup< N >
 

Functions

static int daPasserMng_Execute (daPasserMng_c *i_this)
 
static int daPasserMng_IsDelete (daPasserMng_c *i_this)
 
static int daPasserMng_Delete (daPasserMng_c *i_this)
 
static int daPasserMng_Create (fopAc_ac_c *i_this)
 

Variables

static SizedGroup< 7 > const groupA
 
static SizedGroup< 8 > const groupB
 
static SizedGroup< 8 > const groupC
 
static SizedGroup< 7 > const groupD
 
static actor_method_class l_daPasserMng_Method
 
actor_process_profile_definition g_profile_PASSER_MNG
 

Function Documentation

◆ daPasserMng_Create()

static int daPasserMng_Create ( fopAc_ac_c * i_this)
static

◆ daPasserMng_Delete()

static int daPasserMng_Delete ( daPasserMng_c * i_this)
static

◆ daPasserMng_Execute()

static int daPasserMng_Execute ( daPasserMng_c * i_this)
static

◆ daPasserMng_IsDelete()

static int daPasserMng_IsDelete ( daPasserMng_c * i_this)
static

Variable Documentation

◆ g_profile_PASSER_MNG

actor_process_profile_definition g_profile_PASSER_MNG
Initial value:
= {
7,
sizeof(daPasserMng_c),
0,
0,
}
Hylian Passerby Manager?
Definition d_a_passer_mng.h:18
static actor_method_class l_daPasserMng_Method
Definition d_a_passer_mng.cpp:604
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:81
@ fopAcStts_CULL_e
Definition f_op_actor.h:39
@ fopAcStts_UNK_0x40000_e
Definition f_op_actor.h:49
@ fopAc_ACTOR_e
Definition f_op_actor.h:66
@ fpcDwPi_PASSER_MNG_e
Definition f_pc_draw_priority.h:421
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ fpcNm_PASSER_MNG_e
Definition f_pc_name.h:664
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:12
process_method_class base
Definition f_pc_leaf.h:12

◆ groupA

SizedGroup<7> const groupA
static
Initial value:
= {
7,
{0x11000004, 0x50000006, 0x01000007, 0x01000005, 0x0100001B, 0x0100001C, 0x0000001D},
}

◆ groupB

SizedGroup<8> const groupB
static
Initial value:
= {
8,
{0x01000010, 0x10000011, 0x11000012, 0x10000013, 0x40000009, 0x40000008, 0x5000000A,
0x0100000B},
}

◆ groupC

SizedGroup<8> const groupC
static
Initial value:
= {
8,
{0x11000000, 0x11000001, 0x50000002, 0x01000003, 0x21000017, 0x10000018, 0x01000019,
0x1000001A},
}

◆ groupD

SizedGroup<7> const groupD
static
Initial value:
= {
7,
{0x01000014, 0x21000015, 0x00000016, 0x1100000C, 0x5000000E, 0x4000000F, 0x0100000D},
}

◆ l_daPasserMng_Method

actor_method_class l_daPasserMng_Method
static
Initial value:
= {
}
static int daPasserMng_IsDelete(daPasserMng_c *i_this)
Definition d_a_passer_mng.cpp:506
static int daPasserMng_Delete(daPasserMng_c *i_this)
Definition d_a_passer_mng.cpp:510
static int daPasserMng_Create(fopAc_ac_c *i_this)
Definition d_a_passer_mng.cpp:516
static int daPasserMng_Execute(daPasserMng_c *i_this)
Definition d_a_passer_mng.cpp:13
int(* process_method_func)(void *)
Definition f_pc_method.h:6