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
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:64
static actor_method_class l_daObj_Web0_Method
Definition d_a_obj_web0.cpp:291
@ PROC_OBJ_WEB0
Definition d_procname.h:45
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:67
@ fopAc_ACTOR_e
Definition f_op_actor.h:38
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ 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:74
static int daObj_Web0_IsDelete(obj_web0_class *i_this)
Definition d_a_obj_web0.cpp:157
static int daObj_Web0_Draw(obj_web0_class *i_this)
Definition d_a_obj_web0.cpp:21
static int daObj_Web0_Delete(obj_web0_class *i_this)
Definition d_a_obj_web0.cpp:165
static int daObj_Web0_Create(fopAc_ac_c *i_this)
Definition d_a_obj_web0.cpp:219
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO