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

Classes

struct  Tag_FWall_n
 

Functions

static int daTag_FWall_Draw (daTag_FWall_c *i_this)
 
static int daTag_FWall_Execute (daTag_FWall_c *i_this)
 
static int daTag_FWall_IsDelete (daTag_FWall_c *i_this)
 
static int daTag_FWall_Delete (daTag_FWall_c *i_this)
 
static int daTag_FWall_Create (daTag_FWall_c *i_this)
 

Variables

static daTag_FWall_cfire_leader
 
static u8 fire_num
 
static actor_method_class l_daTag_FWall_Method
 
actor_process_profile_definition g_profile_Tag_FWall
 

Function Documentation

◆ daTag_FWall_Create()

static int daTag_FWall_Create ( daTag_FWall_c i_this)
static

◆ daTag_FWall_Delete()

static int daTag_FWall_Delete ( daTag_FWall_c i_this)
static

◆ daTag_FWall_Draw()

static int daTag_FWall_Draw ( daTag_FWall_c i_this)
static

◆ daTag_FWall_Execute()

static int daTag_FWall_Execute ( daTag_FWall_c i_this)
static

◆ daTag_FWall_IsDelete()

static int daTag_FWall_IsDelete ( daTag_FWall_c i_this)
static

Variable Documentation

◆ fire_leader

daTag_FWall_c* fire_leader
static

◆ fire_num

u8 fire_num
static

◆ g_profile_Tag_FWall

actor_process_profile_definition g_profile_Tag_FWall
extern
Initial value:
= {
7,
sizeof(daTag_FWall_c),
0,
0,
197,
0x60100,
}
Definition d_a_tag_firewall.h:7
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:65
static actor_method_class l_daTag_FWall_Method
Definition d_a_tag_firewall.cpp:222
@ PROC_Tag_FWall
Definition d_procname.h:508
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:53
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ l_daTag_FWall_Method

actor_method_class l_daTag_FWall_Method
static
Initial value:
= {
}
static int daTag_FWall_IsDelete(daTag_FWall_c *i_this)
Definition d_a_tag_firewall.cpp:169
static int daTag_FWall_Create(daTag_FWall_c *i_this)
Definition d_a_tag_firewall.cpp:217
static int daTag_FWall_Execute(daTag_FWall_c *i_this)
Definition d_a_tag_firewall.cpp:159
static int daTag_FWall_Draw(daTag_FWall_c *i_this)
Definition d_a_tag_firewall.cpp:19
static int daTag_FWall_Delete(daTag_FWall_c *i_this)
Definition d_a_tag_firewall.cpp:174
int(* process_method_func)(void *)
Definition f_pc_method.h:7