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

Functions

static int daObj_Gb_Draw (obj_gb_class *i_this)
 
static int daObj_Gb_Execute (obj_gb_class *i_this)
 
static int daObj_Gb_IsDelete (obj_gb_class *param_0)
 
static int daObj_Gb_Delete (obj_gb_class *i_this)
 
static int useHeapInit (fopAc_ac_c *actor)
 
static int daObj_Gb_Create (fopAc_ac_c *actor)
 

Variables

static int bmd [2]
 
static int brk [2]
 
static int btk [2]
 
static int dzb [2]
 
static actor_method_class l_daObj_Gb_Method
 
actor_process_profile_definition g_profile_OBJ_GB
 

Function Documentation

◆ daObj_Gb_Create()

static int daObj_Gb_Create ( fopAc_ac_c * actor)
static

◆ daObj_Gb_Delete()

static int daObj_Gb_Delete ( obj_gb_class * i_this)
static

◆ daObj_Gb_Draw()

static int daObj_Gb_Draw ( obj_gb_class * i_this)
static

◆ daObj_Gb_Execute()

static int daObj_Gb_Execute ( obj_gb_class * i_this)
static

◆ daObj_Gb_IsDelete()

static int daObj_Gb_IsDelete ( obj_gb_class * param_0)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * actor)
static

Variable Documentation

◆ bmd

int bmd[2]
static
Initial value:
= {
6, 7,
}

◆ brk

int brk[2]
static
Initial value:
= {
10, 11,
}

◆ btk

int btk[2]
static
Initial value:
= {
14, 15,
}

◆ dzb

int dzb[2]
static
Initial value:
= {
18, 19,
}

◆ g_profile_OBJ_GB

actor_process_profile_definition g_profile_OBJ_GB
extern
Initial value:
= {
3,
sizeof(obj_gb_class),
0,
0,
56,
0x00044000,
}
Ganondorf Barrier.
Definition d_a_obj_gb.h:17
static actor_method_class l_daObj_Gb_Method
Definition d_a_obj_gb.cpp:223
@ PROC_OBJ_GB
Definition d_procname.h:54
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_daObj_Gb_Method

actor_method_class l_daObj_Gb_Method
static
Initial value:
= {
}
static int daObj_Gb_Create(fopAc_ac_c *actor)
Definition d_a_obj_gb.cpp:160
static int daObj_Gb_Draw(obj_gb_class *i_this)
Definition d_a_obj_gb.cpp:14
static int daObj_Gb_IsDelete(obj_gb_class *param_0)
Definition d_a_obj_gb.cpp:96
static int daObj_Gb_Execute(obj_gb_class *i_this)
Definition d_a_obj_gb.cpp:30
static int daObj_Gb_Delete(obj_gb_class *i_this)
Definition d_a_obj_gb.cpp:100
int(* process_method_func)(void *)
Definition f_pc_method.h:7