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

Tag - Creates Plumm's actor. More...

Functions

static s32 daTagMyna2_Create (fopAc_ac_c *i_this)
 
static s32 daTagMyna2_Execute (daTagMyna2_c *i_this)
 
static s32 daTagMyna2_Delete (daTagMyna2_c *i_this)
 

Variables

static actor_method_class l_daTagMyna2_Method
 
actor_process_profile_definition g_profile_TAG_MYNA2
 

Detailed Description

Tag - Creates Plumm's actor.

Function Documentation

◆ daTagMyna2_Create()

static s32 daTagMyna2_Create ( fopAc_ac_c * i_this)
static

◆ daTagMyna2_Delete()

static s32 daTagMyna2_Delete ( daTagMyna2_c * i_this)
static

◆ daTagMyna2_Execute()

static s32 daTagMyna2_Execute ( daTagMyna2_c * i_this)
static

Variable Documentation

◆ g_profile_TAG_MYNA2

actor_process_profile_definition g_profile_TAG_MYNA2
extern
Initial value:
= {
7,
sizeof(daTagMyna2_c),
0,
0,
394,
0x44000,
}
Definition d_a_tag_myna2.h:6
static actor_method_class l_daTagMyna2_Method
Definition d_a_tag_myna2.cpp:67
@ PROC_TAG_MYNA2
Definition d_procname.h:656
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_daTagMyna2_Method

actor_method_class l_daTagMyna2_Method
static
Initial value:
= {
}
static s32 daTagMyna2_Execute(daTagMyna2_c *i_this)
Definition d_a_tag_myna2.cpp:58
static s32 daTagMyna2_Delete(daTagMyna2_c *i_this)
Definition d_a_tag_myna2.cpp:62
static s32 daTagMyna2_Create(fopAc_ac_c *i_this)
Definition d_a_tag_myna2.cpp:54
int(* process_method_func)(void *)
Definition f_pc_method.h:7