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

Functions

static int daObj_Web0_Draw (obj_web0_class *i_this)
 
static void damage_check (obj_web0_class *i_this)
 
static int daObj_Web0_Execute (obj_web0_class *i_this)
 
static int daObj_Web0_IsDelete (obj_web0_class *i_this)
 
static int daObj_Web0_Delete (obj_web0_class *i_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daObj_Web0_Create (fopAc_ac_c *i_this)
 

Variables

static u8 data_80D35290
 
static daObj_Web0_HIO_c l_HIO
 
static actor_method_class l_daObj_Web0_Method
 
actor_process_profile_definition g_profile_OBJ_WEB0
 

Function Documentation

◆ damage_check()

static void damage_check ( obj_web0_class * i_this)
static

◆ daObj_Web0_Create()

static int daObj_Web0_Create ( fopAc_ac_c * i_this)
static

◆ daObj_Web0_Delete()

static int daObj_Web0_Delete ( obj_web0_class * i_this)
static

◆ daObj_Web0_Draw()

static int daObj_Web0_Draw ( obj_web0_class * i_this)
static

◆ daObj_Web0_Execute()

static int daObj_Web0_Execute ( obj_web0_class * i_this)
static

◆ daObj_Web0_IsDelete()

static int daObj_Web0_IsDelete ( obj_web0_class * i_this)
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

Variable Documentation

◆ data_80D35290

u8 data_80D35290
static

◆ g_profile_OBJ_WEB0

actor_process_profile_definition g_profile_OBJ_WEB0
extern
Initial value:
= {
3,
sizeof(obj_web0_class),
0,
0,
47,
0x40100,
}
Wall Web.
Definition d_a_obj_web0.h:14
static actor_method_class l_daObj_Web0_Method
Definition d_a_obj_web0.cpp:283
@ PROC_OBJ_WEB0
Definition d_procname.h:49
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_Web0_Method

actor_method_class l_daObj_Web0_Method
static
Initial value:
= {
}
static int daObj_Web0_Execute(obj_web0_class *i_this)
Definition d_a_obj_web0.cpp:70
static int daObj_Web0_IsDelete(obj_web0_class *i_this)
Definition d_a_obj_web0.cpp:156
static int daObj_Web0_Draw(obj_web0_class *i_this)
Definition d_a_obj_web0.cpp:20
static int daObj_Web0_Delete(obj_web0_class *i_this)
Definition d_a_obj_web0.cpp:162
static int daObj_Web0_Create(fopAc_ac_c *i_this)
Definition d_a_obj_web0.cpp:212
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daObj_Web0_HIO_c l_HIO
static