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

Functions

static int daOnsTaru_Draw (daOnsTaru_c *i_this)
 
static int daOnsTaru_Execute (daOnsTaru_c *i_this)
 
static int daOnsTaru_Delete (daOnsTaru_c *i_this)
 
static int daOnsTaru_Create (fopAc_ac_c *i_this)
 

Variables

static daOnsTaru_HIO_c l_HIO
 
static actor_method_class l_daOnsTaru_Method
 
actor_process_profile_definition g_profile_Obj_OnsenTaru
 

Detailed Description

Object - Hotspring Water Barrel

Function Documentation

◆ daOnsTaru_Create()

static int daOnsTaru_Create ( fopAc_ac_c * i_this)
static

◆ daOnsTaru_Delete()

static int daOnsTaru_Delete ( daOnsTaru_c * i_this)
static

◆ daOnsTaru_Draw()

static int daOnsTaru_Draw ( daOnsTaru_c * i_this)
static

◆ daOnsTaru_Execute()

static int daOnsTaru_Execute ( daOnsTaru_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_OnsenTaru

actor_process_profile_definition g_profile_Obj_OnsenTaru
extern
Initial value:
= {
7,
sizeof(daOnsTaru_c),
0,
0,
510,
0x00040020,
}
Hotspring Water Barrel.
Definition d_a_obj_onsenTaru.h:16
static actor_method_class l_daOnsTaru_Method
Definition d_a_obj_onsenTaru.cpp:380
@ PROC_Obj_OnsenTaru
Definition d_procname.h:373
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_daOnsTaru_Method

actor_method_class l_daOnsTaru_Method
static
Initial value:
= {
}
static int daOnsTaru_Delete(daOnsTaru_c *i_this)
Definition d_a_obj_onsenTaru.cpp:372
static int daOnsTaru_Create(fopAc_ac_c *i_this)
Definition d_a_obj_onsenTaru.cpp:376
static int daOnsTaru_Execute(daOnsTaru_c *i_this)
Definition d_a_obj_onsenTaru.cpp:368
static int daOnsTaru_Draw(daOnsTaru_c *i_this)
Definition d_a_obj_onsenTaru.cpp:364
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daOnsTaru_HIO_c l_HIO
static