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

Functions

static int daNpcBlueNS_Create (void *i_this)
 
static int daNpcBlueNS_Delete (void *i_this)
 
static int daNpcBlueNS_Execute (void *i_this)
 
static int daNpcBlueNS_Draw (void *i_this)
 
static int daNpcBlueNS_IsDelete (void *i_this)
 

Variables

static daNpc_GetParam2 l_bckGetParamList [9]
 
static char * l_arcNames [1] = {"Blue_NS"}
 
static char * l_evtNames [7]
 
static char * l_myName = "Blue_NS"
 
static NPC_BLUE_NS_HIO_CLASS l_HIO
 
static const dCcD_SrcCyl l_cyl_src
 
static actor_method_class daNpcBlueNS_MethodTable
 
actor_process_profile_definition g_profile_NPC_BLUENS
 

Function Documentation

◆ daNpcBlueNS_Create()

static int daNpcBlueNS_Create ( void * i_this)
static

◆ daNpcBlueNS_Delete()

static int daNpcBlueNS_Delete ( void * i_this)
static

◆ daNpcBlueNS_Draw()

static int daNpcBlueNS_Draw ( void * i_this)
static

◆ daNpcBlueNS_Execute()

static int daNpcBlueNS_Execute ( void * i_this)
static

◆ daNpcBlueNS_IsDelete()

static int daNpcBlueNS_IsDelete ( void * i_this)
static

Variable Documentation

◆ daNpcBlueNS_MethodTable

actor_method_class daNpcBlueNS_MethodTable
static
Initial value:
= {
}
static int daNpcBlueNS_Create(void *i_this)
Definition d_a_npc_blue_ns.cpp:1402
static int daNpcBlueNS_Execute(void *i_this)
Definition d_a_npc_blue_ns.cpp:1410
static int daNpcBlueNS_IsDelete(void *i_this)
Definition d_a_npc_blue_ns.cpp:1418
static int daNpcBlueNS_Draw(void *i_this)
Definition d_a_npc_blue_ns.cpp:1414
static int daNpcBlueNS_Delete(void *i_this)
Definition d_a_npc_blue_ns.cpp:1406
int(* process_method_func)(void *)
Definition f_pc_method.h:6

◆ g_profile_NPC_BLUENS

actor_process_profile_definition g_profile_NPC_BLUENS
Initial value:
= {
7,
sizeof(daNpcBlueNS_c),
0,
0,
318,
0x08044180,
}
Shadow Beast (Twili)
Definition d_a_npc_blue_ns.h:43
static actor_method_class daNpcBlueNS_MethodTable
Definition d_a_npc_blue_ns.cpp:1422
@ PROC_NPC_BLUENS
Definition d_procname.h:585
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:73
@ fopAc_NPC_e
Definition f_op_actor.h:45
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ 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

◆ l_arcNames

char* l_arcNames[1] = {"Blue_NS"}
static

◆ l_bckGetParamList

daNpc_GetParam2 l_bckGetParamList[9]
static
Initial value:
= {
{11, 2, 0},
{12, 2, 0},
{13, 2, 0},
{8, 0, 0},
{9, 0, 0},
{10, 0, 0},
{5, 0, 0},
{6, 0, 0},
{7, 0, 0},
}

◆ l_cyl_src

const dCcD_SrcCyl l_cyl_src
static
Initial value:
= {
{
{0x0, {{0x0, 0x0, 0x0}, {0xd8fbfdff, 0x3}, 0x75}},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x8},
{dCcD_SE_NONE, 0x8, 0x0, 0x0, 0x0},
{0x0},
},
{
{
{0.0f, 0.0f, 0.0f},
0.0f,
0.0f
}
}
}
@ dCcD_SE_NONE
Definition d_cc_d.h:13

◆ l_evtNames

char* l_evtNames[7]
static
Initial value:
= {
NULL,
"CHG_YAMI_CHIBI",
"CHG_YAMI_DEBU",
"CHG_YAMI_NOPPO",
"CHG_YAMI_NOPPO_STOPPER",
"CHG_YAMI_NOPPO_STOPPER",
"CHG_YAMI_NOPPO_STOPPER",
}

◆ l_HIO

NPC_BLUE_NS_HIO_CLASS l_HIO
static

◆ l_myName

char* l_myName = "Blue_NS"
static