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

Functions

static int createSolidHeap (fopAc_ac_c *i_this)
 
static int daTagLv6Gate_Create (fopAc_ac_c *i_this)
 
static int daTagLv6Gate_Execute (daTagLv6Gate_c *i_this)
 
static int daTagLv6Gate_Draw (daTagLv6Gate_c *i_this)
 
static int daTagLv6Gate_IsDelete (daTagLv6Gate_c *i_this)
 
static int daTagLv6Gate_Delete (daTagLv6Gate_c *i_this)
 

Variables

static f32 const l_minRelative [] = {-700.0f, -300.0f, -2000.0f}
 
static f32 const l_maxRelative [] = {700.0f, 0.0f, 1000.0f}
 
static charl_arcName = "Lv6Gate"
 
static actor_method_class l_daTagLv6Gate_Method
 
actor_process_profile_definition g_profile_Tag_Lv6Gate
 

Function Documentation

◆ createSolidHeap()

static int createSolidHeap ( fopAc_ac_c i_this)
static

◆ daTagLv6Gate_Create()

static int daTagLv6Gate_Create ( fopAc_ac_c i_this)
static

◆ daTagLv6Gate_Delete()

static int daTagLv6Gate_Delete ( daTagLv6Gate_c i_this)
static

◆ daTagLv6Gate_Draw()

static int daTagLv6Gate_Draw ( daTagLv6Gate_c i_this)
static

◆ daTagLv6Gate_Execute()

static int daTagLv6Gate_Execute ( daTagLv6Gate_c i_this)
static

◆ daTagLv6Gate_IsDelete()

static int daTagLv6Gate_IsDelete ( daTagLv6Gate_c i_this)
static

Variable Documentation

◆ g_profile_Tag_Lv6Gate

actor_process_profile_definition g_profile_Tag_Lv6Gate
extern
Initial value:
= {
7,
sizeof(daTagLv6Gate_c),
0,
0,
262,
0x40000,
0,
}
Definition d_a_tag_Lv6Gate.h:7
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:64
static actor_method_class l_daTagLv6Gate_Method
Definition d_a_tag_Lv6Gate.cpp:385
@ PROC_Tag_Lv6Gate
Definition d_procname.h:718
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:67
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ l_arcName

char* l_arcName = "Lv6Gate"
static

◆ l_daTagLv6Gate_Method

actor_method_class l_daTagLv6Gate_Method
static
Initial value:
= {
}
static int daTagLv6Gate_Draw(daTagLv6Gate_c *i_this)
Definition d_a_tag_Lv6Gate.cpp:330
static int daTagLv6Gate_Create(fopAc_ac_c *i_this)
Definition d_a_tag_Lv6Gate.cpp:74
static int daTagLv6Gate_IsDelete(daTagLv6Gate_c *i_this)
Definition d_a_tag_Lv6Gate.cpp:364
static int daTagLv6Gate_Execute(daTagLv6Gate_c *i_this)
Definition d_a_tag_Lv6Gate.cpp:146
static int daTagLv6Gate_Delete(daTagLv6Gate_c *i_this)
Definition d_a_tag_Lv6Gate.cpp:379
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_maxRelative

f32 const l_maxRelative[] = {700.0f, 0.0f, 1000.0f}
static

◆ l_minRelative

f32 const l_minRelative[] = {-700.0f, -300.0f, -2000.0f}
static