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

Typedefs

typedef BOOL(daNpcRafrel_c::* EventFn) (int)
 

Functions

static int daNpcRafrel_Create (void *i_this)
 
static int daNpcRafrel_Delete (void *i_this)
 
static int daNpcRafrel_Execute (void *i_this)
 
static int daNpcRafrel_Draw (void *i_this)
 
static int daNpcRafrel_IsDelete (void *i_this)
 

Variables

static daNpc_GetParam2 l_bckGetParamList [29]
 
static daNpc_GetParam2 l_btpGetParamList [4]
 
static daNpc_GetParam2 l_btkGetParamList [5]
 
static int l_loadRes_RAFREL0 []
 
static int l_loadRes_RAFREL1 []
 
static int l_loadRes_RAFREL2 []
 
static int * l_loadRes_list [3]
 
static char * l_arcNames [4]
 
static char * l_evtNames [7]
 
static char * l_myName = "Rafrel"
 
static NPC_RAFREL_HIO_CLASS l_HIO
 
static actor_method_class daNpcRafrel_MethodTable
 
actor_process_profile_definition g_profile_NPC_RAFREL
 

Typedef Documentation

◆ EventFn

typedef BOOL(daNpcRafrel_c::* EventFn) (int)

Function Documentation

◆ daNpcRafrel_Create()

static int daNpcRafrel_Create ( void * i_this)
static

◆ daNpcRafrel_Delete()

static int daNpcRafrel_Delete ( void * i_this)
static

◆ daNpcRafrel_Draw()

static int daNpcRafrel_Draw ( void * i_this)
static

◆ daNpcRafrel_Execute()

static int daNpcRafrel_Execute ( void * i_this)
static

◆ daNpcRafrel_IsDelete()

static int daNpcRafrel_IsDelete ( void * i_this)
static

Variable Documentation

◆ daNpcRafrel_MethodTable

actor_method_class daNpcRafrel_MethodTable
static
Initial value:
= {
}
static int daNpcRafrel_Create(void *i_this)
Definition d_a_npc_rafrel.cpp:1751
static int daNpcRafrel_Execute(void *i_this)
Definition d_a_npc_rafrel.cpp:1759
static int daNpcRafrel_Draw(void *i_this)
Definition d_a_npc_rafrel.cpp:1763
static int daNpcRafrel_Delete(void *i_this)
Definition d_a_npc_rafrel.cpp:1755
static int daNpcRafrel_IsDelete(void *i_this)
Definition d_a_npc_rafrel.cpp:1767
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ g_profile_NPC_RAFREL

actor_process_profile_definition g_profile_NPC_RAFREL
extern
Initial value:
= {
7,
sizeof(daNpcRafrel_c),
0,
0,
414,
0x00040100,
}
Auru.
Definition d_a_npc_rafrel.h:42
static actor_method_class daNpcRafrel_MethodTable
Definition d_a_npc_rafrel.cpp:1771
@ PROC_NPC_RAFREL
Definition d_procname.h:676
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[4]
static
Initial value:
= {
"Rafrel",
"Rafrel1",
"Rafrel2",
"Rafrel3",
}

◆ l_bckGetParamList

daNpc_GetParam2 l_bckGetParamList[29]
static

◆ l_btkGetParamList

daNpc_GetParam2 l_btkGetParamList[5]
static
Initial value:
= {
{20, 2, 0},
{24, 0, 1},
{25, 2, 1},
{26, 0, 1},
{27, 2, 1},
}

◆ l_btpGetParamList

daNpc_GetParam2 l_btpGetParamList[4]
static
Initial value:
= {
{23, 2, 0},
{24, 0, 0},
{25, 2, 0},
{30, 2, 0},
}

◆ l_evtNames

char* l_evtNames[7]
static
Initial value:
= {
"",
"THE_INTRODUCTION",
"RESIST_MEETING",
"RAFREL_APPEAR",
"RESIST_WIRETAP_ASH",
"RESIST_WIRETAP_SHAD",
"RESIST_WIRETAP_RAFREL",
}

◆ l_HIO

NPC_RAFREL_HIO_CLASS l_HIO
static

◆ l_loadRes_list

int* l_loadRes_list[3]
static
Initial value:
= {
}
static int l_loadRes_RAFREL0[]
Definition d_a_npc_rafrel.cpp:58
static int l_loadRes_RAFREL1[]
Definition d_a_npc_rafrel.cpp:64
static int l_loadRes_RAFREL2[]
Definition d_a_npc_rafrel.cpp:70

◆ l_loadRes_RAFREL0

int l_loadRes_RAFREL0[]
static
Initial value:
= {
0,
2,
-1,
}

◆ l_loadRes_RAFREL1

int l_loadRes_RAFREL1[]
static
Initial value:
= {
0,
1,
-1,
}

◆ l_loadRes_RAFREL2

int l_loadRes_RAFREL2[]
static
Initial value:
= {
0,
3,
-1,
}

◆ l_myName

char* l_myName = "Rafrel"
static