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

Functions

static int nodeCallBack (J3DJoint *i_joint, int param_1)
 
static int daNpc_Inko_Draw (npc_inko_class *i_this)
 
static void anm_init (npc_inko_class *i_this, int i_anmId, f32 i_morf, u8 i_mode, f32 i_speed)
 
static int daNpc_Inko_Execute (npc_inko_class *i_this)
 
static int daNpc_Inko_IsDelete (npc_inko_class *i_this)
 
static int daNpc_Inko_Delete (npc_inko_class *i_this)
 
static int useHeapInit (fopAc_ac_c *actor)
 
static int daNpc_Inko_Create (fopAc_ac_c *actor)
 

Variables

static actor_method_class l_daNpc_Inko_Method
 
actor_process_profile_definition g_profile_NPC_INKO
 

Function Documentation

◆ anm_init()

static void anm_init ( npc_inko_class * i_this,
int i_anmId,
f32 i_morf,
u8 i_mode,
f32 i_speed )
static

◆ daNpc_Inko_Create()

static int daNpc_Inko_Create ( fopAc_ac_c * actor)
static

◆ daNpc_Inko_Delete()

static int daNpc_Inko_Delete ( npc_inko_class * i_this)
static

◆ daNpc_Inko_Draw()

static int daNpc_Inko_Draw ( npc_inko_class * i_this)
static

◆ daNpc_Inko_Execute()

static int daNpc_Inko_Execute ( npc_inko_class * i_this)
static

◆ daNpc_Inko_IsDelete()

static int daNpc_Inko_IsDelete ( npc_inko_class * i_this)
static

◆ nodeCallBack()

static int nodeCallBack ( J3DJoint * i_joint,
int param_1 )
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * actor)
static

Variable Documentation

◆ g_profile_NPC_INKO

actor_process_profile_definition g_profile_NPC_INKO
extern
Initial value:
= {
8,
sizeof(npc_inko_class),
0,
0,
704,
0x00040100,
}
Inko (Hena's Bird)
Definition d_a_npc_inko.h:15
static actor_method_class l_daNpc_Inko_Method
Definition d_a_npc_inko.cpp:466
@ PROC_NPC_INKO
Definition d_procname.h:776
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
process_method_class base
Definition f_pc_leaf.h:12

◆ l_daNpc_Inko_Method

actor_method_class l_daNpc_Inko_Method
static
Initial value:
= {
}
static int daNpc_Inko_Create(fopAc_ac_c *actor)
Definition d_a_npc_inko.cpp:439
static int daNpc_Inko_Draw(npc_inko_class *i_this)
Definition d_a_npc_inko.cpp:54
static int daNpc_Inko_Delete(npc_inko_class *i_this)
Definition d_a_npc_inko.cpp:408
static int daNpc_Inko_IsDelete(npc_inko_class *i_this)
Definition d_a_npc_inko.cpp:404
static int daNpc_Inko_Execute(npc_inko_class *i_this)
Definition d_a_npc_inko.cpp:67
int(* process_method_func)(void *)
Definition f_pc_method.h:7