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

Functions

static int daObj_Web1_Draw (obj_web1_class *i_this)
 
static void ride_call_back (dBgW *i_bgw, fopAc_ac_c *i_this, fopAc_ac_c *i_actor)
 
static void action (obj_web1_class *i_this)
 
static int daObj_Web1_Execute (obj_web1_class *i_this)
 
static int daObj_Web1_IsDelete (obj_web1_class *i_this)
 
static int daObj_Web1_Delete (obj_web1_class *i_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daObj_Web1_Create (fopAc_ac_c *i_this)
 

Variables

static u8 data_80D361F8
 
static daObj_Web1_HIO_c l_HIO
 
static actor_method_class l_daObj_Web1_Method
 
actor_process_profile_definition g_profile_OBJ_WEB1
 

Function Documentation

◆ action()

static void action ( obj_web1_class * i_this)
static

◆ daObj_Web1_Create()

static int daObj_Web1_Create ( fopAc_ac_c * i_this)
static

◆ daObj_Web1_Delete()

static int daObj_Web1_Delete ( obj_web1_class * i_this)
static

◆ daObj_Web1_Draw()

static int daObj_Web1_Draw ( obj_web1_class * i_this)
static

◆ daObj_Web1_Execute()

static int daObj_Web1_Execute ( obj_web1_class * i_this)
static

◆ daObj_Web1_IsDelete()

static int daObj_Web1_IsDelete ( obj_web1_class * i_this)
static

◆ ride_call_back()

static void ride_call_back ( dBgW * i_bgw,
fopAc_ac_c * i_this,
fopAc_ac_c * i_actor )
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

Variable Documentation

◆ data_80D361F8

u8 data_80D361F8
static

◆ g_profile_OBJ_WEB1

actor_process_profile_definition g_profile_OBJ_WEB1
extern
Initial value:
= {
3,
sizeof(obj_web1_class),
0,
0,
48,
0x40100,
}
Floor Web.
Definition d_a_obj_web1.h:14
static actor_method_class l_daObj_Web1_Method
Definition d_a_obj_web1.cpp:310
@ PROC_OBJ_WEB1
Definition d_procname.h:50
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_Web1_Method

actor_method_class l_daObj_Web1_Method
static
Initial value:
= {
}
static int daObj_Web1_Create(fopAc_ac_c *i_this)
Definition d_a_obj_web1.cpp:241
static int daObj_Web1_Delete(obj_web1_class *i_this)
Definition d_a_obj_web1.cpp:186
static int daObj_Web1_IsDelete(obj_web1_class *i_this)
Definition d_a_obj_web1.cpp:180
static int daObj_Web1_Draw(obj_web1_class *i_this)
Definition d_a_obj_web1.cpp:19
static int daObj_Web1_Execute(obj_web1_class *i_this)
Definition d_a_obj_web1.cpp:121
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daObj_Web1_HIO_c l_HIO
static