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

Classes

struct  daTagTWGate_zevParam
 

Functions

static int daTagTWGate_Create (fopAc_ac_c *i_actor)
 
static int daTagTWGate_Delete (daTagTWGate_c *i_gate)
 
static int daTagTWGate_Execute (daTagTWGate_c *i_gate)
 
static int daTagTWGate_Draw (daTagTWGate_c *i_gate)
 
static int daTagTWGate_IsDelete (daTagTWGate_c *)
 

Variables

static daTagTWGate_zevParam const l_zevParamTbl [4]
 
static const char * l_myName = "Gate"
 
static actor_method_class l_daTagTWGate_Method
 
actor_process_profile_definition g_profile_Tag_TWGate
 

Function Documentation

◆ daTagTWGate_Create()

static int daTagTWGate_Create ( fopAc_ac_c * i_actor)
static

◆ daTagTWGate_Delete()

static int daTagTWGate_Delete ( daTagTWGate_c * i_gate)
static

◆ daTagTWGate_Draw()

static int daTagTWGate_Draw ( daTagTWGate_c * i_gate)
static

◆ daTagTWGate_Execute()

static int daTagTWGate_Execute ( daTagTWGate_c * i_gate)
static

◆ daTagTWGate_IsDelete()

static int daTagTWGate_IsDelete ( daTagTWGate_c * )
static

Variable Documentation

◆ g_profile_Tag_TWGate

actor_process_profile_definition g_profile_Tag_TWGate
extern
Initial value:
= {
7,
sizeof(daTagTWGate_c),
0,
0,
0x105,
0x40000,
}
Definition d_a_tag_TWgate.h:11
static actor_method_class l_daTagTWGate_Method
Definition d_a_tag_TWgate.cpp:1042
@ PROC_Tag_TWGate
Definition d_procname.h:721
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_daTagTWGate_Method

actor_method_class l_daTagTWGate_Method
static
Initial value:
= {
}
static int daTagTWGate_Create(fopAc_ac_c *i_actor)
Definition d_a_tag_TWgate.cpp:1009
static int daTagTWGate_Execute(daTagTWGate_c *i_gate)
Definition d_a_tag_TWgate.cpp:1030
static int daTagTWGate_Draw(daTagTWGate_c *i_gate)
Definition d_a_tag_TWgate.cpp:1034
static int daTagTWGate_IsDelete(daTagTWGate_c *)
Definition d_a_tag_TWgate.cpp:1038
static int daTagTWGate_Delete(daTagTWGate_c *i_gate)
Definition d_a_tag_TWgate.cpp:1025
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_myName

const char* l_myName = "Gate"
static

◆ l_zevParamTbl

daTagTWGate_zevParam const l_zevParamTbl[4]
static