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

Classes

class  daE_RB_HIO_c
 

Enumerations

enum  daE_RB_ACTION {
  ACTION_STAY , ACTION_APPEAR , ACTION_MOVE , ACTION_ATTACK ,
  ACTION_DISAPPEAR = 5 , ACTION_DAMAGE = 10
}
 

Functions

static void anm_init (e_rb_class *i_this, int i_anm, f32 i_morf, u8 i_mode, f32 i_speed)
 
static int daE_RB_Draw (e_rb_class *i_this)
 
static void damage_check (e_rb_class *i_this)
 
static void e_rb_stay (e_rb_class *i_this)
 
static s8 e_rb_appear (e_rb_class *i_this)
 
static void e_rb_move (e_rb_class *i_this)
 
static void e_rb_attack (e_rb_class *i_this)
 
static s8 e_rb_disappear (e_rb_class *i_this)
 
static void e_rb_damage (e_rb_class *i_this)
 
static void action (e_rb_class *i_this)
 
static void e_rb_base_0 (e_rb_class *i_this)
 
static void * s_s_sub (void *i_actor, void *i_data)
 
static void e_rb_base_1 (e_rb_class *i_this)
 
static void e_rb_base (e_rb_class *i_this)
 
static int daE_RB_Execute (e_rb_class *i_this)
 
static int daE_RB_IsDelete (e_rb_class *i_this)
 
static int daE_RB_Delete (e_rb_class *i_this)
 
static int useHeapInit (fopAc_ac_c *i_this)
 
static int daE_RB_Create (fopAc_ac_c *i_this)
 

Variables

static u8 l_HIOInit
 
static daE_RB_HIO_c l_HIO
 
static e_rb_classchild [10]
 
static int target_info_count
 
static actor_method_class l_daE_RB_Method
 
actor_process_profile_definition g_profile_E_RB
 

Enumeration Type Documentation

◆ daE_RB_ACTION

Enumerator
ACTION_STAY 
ACTION_APPEAR 
ACTION_MOVE 
ACTION_ATTACK 
ACTION_DISAPPEAR 
ACTION_DAMAGE 

Function Documentation

◆ action()

static void action ( e_rb_class * i_this)
static

◆ anm_init()

static void anm_init ( e_rb_class * i_this,
int i_anm,
f32 i_morf,
u8 i_mode,
f32 i_speed )
static

◆ daE_RB_Create()

static int daE_RB_Create ( fopAc_ac_c * i_this)
static

◆ daE_RB_Delete()

static int daE_RB_Delete ( e_rb_class * i_this)
static

◆ daE_RB_Draw()

static int daE_RB_Draw ( e_rb_class * i_this)
static

◆ daE_RB_Execute()

static int daE_RB_Execute ( e_rb_class * i_this)
static

◆ daE_RB_IsDelete()

static int daE_RB_IsDelete ( e_rb_class * i_this)
static

◆ damage_check()

static void damage_check ( e_rb_class * i_this)
static

◆ e_rb_appear()

static s8 e_rb_appear ( e_rb_class * i_this)
static

◆ e_rb_attack()

static void e_rb_attack ( e_rb_class * i_this)
static

◆ e_rb_base()

static void e_rb_base ( e_rb_class * i_this)
static

◆ e_rb_base_0()

static void e_rb_base_0 ( e_rb_class * i_this)
static

◆ e_rb_base_1()

static void e_rb_base_1 ( e_rb_class * i_this)
static

◆ e_rb_damage()

static void e_rb_damage ( e_rb_class * i_this)
static

◆ e_rb_disappear()

static s8 e_rb_disappear ( e_rb_class * i_this)
static

◆ e_rb_move()

static void e_rb_move ( e_rb_class * i_this)
static

◆ e_rb_stay()

static void e_rb_stay ( e_rb_class * i_this)
static

◆ s_s_sub()

static void * s_s_sub ( void * i_actor,
void * i_data )
static

◆ useHeapInit()

static int useHeapInit ( fopAc_ac_c * i_this)
static

Variable Documentation

◆ child

e_rb_class* child[10]
static

◆ g_profile_E_RB

actor_process_profile_definition g_profile_E_RB
extern
Initial value:
= {
7,
sizeof(e_rb_class),
0,
0,
153,
0x10040120,
}
Leever (Riiba)
Definition d_a_e_rb.h:17
static actor_method_class l_daE_RB_Method
Definition d_a_e_rb.cpp:864
@ PROC_E_RB
Definition d_procname.h:476
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:53
@ fopAc_ENEMY_e
Definition f_op_actor.h:40
@ 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_daE_RB_Method

actor_method_class l_daE_RB_Method
static
Initial value:
= {
}
static int daE_RB_Create(fopAc_ac_c *i_this)
Definition d_a_e_rb.cpp:767
static int daE_RB_Execute(e_rb_class *i_this)
Definition d_a_e_rb.cpp:663
static int daE_RB_Delete(e_rb_class *i_this)
Definition d_a_e_rb.cpp:739
static int daE_RB_IsDelete(e_rb_class *i_this)
Definition d_a_e_rb.cpp:735
static int daE_RB_Draw(e_rb_class *i_this)
Definition d_a_e_rb.cpp:50
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_HIO

daE_RB_HIO_c l_HIO
static

◆ l_HIOInit

u8 l_HIOInit
static

◆ target_info_count

int target_info_count
static