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 daNpcBlueNS_Param_c 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:1379
static int daNpcBlueNS_Execute(void *i_this)
Definition d_a_npc_blue_ns.cpp:1387
static int daNpcBlueNS_IsDelete(void *i_this)
Definition d_a_npc_blue_ns.cpp:1395
static int daNpcBlueNS_Draw(void *i_this)
Definition d_a_npc_blue_ns.cpp:1391
static int daNpcBlueNS_Delete(void *i_this)
Definition d_a_npc_blue_ns.cpp:1383
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ g_profile_NPC_BLUENS

actor_process_profile_definition g_profile_NPC_BLUENS
extern
Initial value:
= {
7,
sizeof(daNpcBlueNS_c),
0,
0,
318,
0x08044180,
}
Shadow Beast (Twili)
Definition d_a_npc_blue_ns.h:16
static actor_method_class daNpcBlueNS_MethodTable
Definition d_a_npc_blue_ns.cpp:1399
@ PROC_NPC_BLUENS
Definition d_procname.h:585
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:70
@ fopAc_NPC_e
Definition f_op_actor.h:42
@ 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_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

daNpcBlueNS_Param_c l_HIO
static

◆ l_myName

char* l_myName = "Blue_NS"
static