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

Functions

static int daTagRiverBack_Execute (daTagRiverBack_c *i_this)
 
static int daTagRiverBack_Delete (daTagRiverBack_c *i_this)
 
static int daTagRiverBack_Create (daTagRiverBack_c *i_this)
 

Variables

static char * l_arcName = "RvBack"
 
static char * l_evName = "RIVER_BACK"
 
static char * l_staffName = "rvback"
 
static char * action_table [] = {"WAIT", "SCENE_CHG"}
 
static actor_method_class l_daTagRiverBack_Method
 
actor_process_profile_definition g_profile_Tag_RiverBack
 

Function Documentation

◆ daTagRiverBack_Create()

static int daTagRiverBack_Create ( daTagRiverBack_c * i_this)
static

◆ daTagRiverBack_Delete()

static int daTagRiverBack_Delete ( daTagRiverBack_c * i_this)
static

◆ daTagRiverBack_Execute()

static int daTagRiverBack_Execute ( daTagRiverBack_c * i_this)
static

Variable Documentation

◆ action_table

char* action_table[] = {"WAIT", "SCENE_CHG"}
static

◆ g_profile_Tag_RiverBack

actor_process_profile_definition g_profile_Tag_RiverBack
extern
Initial value:
= {
7,
sizeof(daTagRiverBack_c),
0,
0,
556,
0x40000,
}
Definition d_a_tag_river_back.h:7
static actor_method_class l_daTagRiverBack_Method
Definition d_a_tag_river_back.cpp:154
@ PROC_Tag_RiverBack
Definition d_procname.h:393
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_arcName

char* l_arcName = "RvBack"
static

d_a_tag_river_back.cpp Tag - River Back

◆ l_daTagRiverBack_Method

actor_method_class l_daTagRiverBack_Method
static
Initial value:
static int daTagRiverBack_Execute(daTagRiverBack_c *i_this)
Definition d_a_tag_river_back.cpp:142
static int daTagRiverBack_Create(daTagRiverBack_c *i_this)
Definition d_a_tag_river_back.cpp:150
static int daTagRiverBack_Delete(daTagRiverBack_c *i_this)
Definition d_a_tag_river_back.cpp:146
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_evName

char* l_evName = "RIVER_BACK"
static

◆ l_staffName

char* l_staffName = "rvback"
static