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

Classes

class  daTaFence_HIO_c
 

Functions

static int daTaFence_Draw (daTaFence_c *i_this)
 
static int daTaFence_Execute (daTaFence_c *i_this)
 
static int daTaFence_Delete (daTaFence_c *i_this)
 
static int daTaFence_Create (fopAc_ac_c *i_this)
 

Variables

static daTaFence_HIO_c l_HIO
 
static const Vec l_check_area [4]
 
static actor_method_class l_daTaFence_Method
 
actor_process_profile_definition g_profile_Obj_TaFence
 

Function Documentation

◆ daTaFence_Create()

static int daTaFence_Create ( fopAc_ac_c * i_this)
static

◆ daTaFence_Delete()

static int daTaFence_Delete ( daTaFence_c * i_this)
static

◆ daTaFence_Draw()

static int daTaFence_Draw ( daTaFence_c * i_this)
static

◆ daTaFence_Execute()

static int daTaFence_Execute ( daTaFence_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_TaFence

actor_process_profile_definition g_profile_Obj_TaFence
extern
Initial value:
= {
3,
sizeof(daTaFence_c),
0,
0,
505,
0x00040100,
}
Fench/Mesh?
Definition d_a_obj_taFence.h:16
static actor_method_class l_daTaFence_Method
Definition d_a_obj_taFence.cpp:408
@ PROC_Obj_TaFence
Definition d_procname.h:72
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_check_area

const Vec l_check_area[4]
static
Initial value:
= {
{-225.0f, 0.0f, -100.0f},
{-225.0f, 225.0f, -100.0f},
{225.0f, 225.0f, 100.0f},
{225.0f, 0.0f, 100.0f},
}

◆ l_daTaFence_Method

actor_method_class l_daTaFence_Method
static
Initial value:
= {
NULL,
}
static int daTaFence_Delete(daTaFence_c *i_this)
Definition d_a_obj_taFence.cpp:400
static int daTaFence_Draw(daTaFence_c *i_this)
Definition d_a_obj_taFence.cpp:392
static int daTaFence_Execute(daTaFence_c *i_this)
Definition d_a_obj_taFence.cpp:396
static int daTaFence_Create(fopAc_ac_c *i_this)
Definition d_a_obj_taFence.cpp:404
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daTaFence_HIO_c l_HIO
static