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

Namespaces

namespace  daObjSwpush
 

Enumerations

enum  Kbota_00_RES_File_ID { BMDR_KBOTA_00 = 0x4 , DZB_KBOTA_00 = 0x7 }
 
enum  S_lv3bota_RES_File_ID { BMDR_S_LV3BOTA = 0x4 , DZB_KBOTA2_00 = 0x7 }
 
enum  S_lv6bota_RES_File_ID { BMDR_S_LV6BOTA = 0x4 , DZB_KBOTA3_00 = 0x7 }
 

Variables

 AUDIO_INSTANCES
 
actor_process_profile_definition g_profile_Obj_Swpush
 

Enumeration Type Documentation

◆ Kbota_00_RES_File_ID

Enumerator
BMDR_KBOTA_00 
DZB_KBOTA_00 

◆ S_lv3bota_RES_File_ID

Enumerator
BMDR_S_LV3BOTA 
DZB_KBOTA2_00 

◆ S_lv6bota_RES_File_ID

Enumerator
BMDR_S_LV6BOTA 
DZB_KBOTA3_00 

Variable Documentation

◆ AUDIO_INSTANCES

AUDIO_INSTANCES

◆ g_profile_Obj_Swpush

actor_process_profile_definition g_profile_Obj_Swpush
Initial value:
= {
2,
0,
0,
11,
&daObjSwpush::Mthd_Table,
0x00040100,
}
Definition d_a_obj_swpush.h:65
@ PROC_Obj_Swpush
Definition d_procname.h:31
actor_method_class g_fopAc_Method
Definition f_op_actor.cpp:638
@ fopAc_CULLBOX_CUSTOM_e
Definition f_op_actor.h:73
@ fopAc_ACTOR_e
Definition f_op_actor.h:41
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:65
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
leafdraw_method_class base
Definition f_op_actor.h:12
process_method_class base
Definition f_pc_leaf.h:12

◆ Mthd_Table

actor_method_class Mthd_Table
static
Initial value:
= {
(process_method_func)Mthd_Create,
(process_method_func)Mthd_Delete,
(process_method_func)Mthd_Execute,
(process_method_func)Mthd_IsDelete,
(process_method_func)Mthd_Draw,
}
int(* process_method_func)(void *)
Definition f_pc_method.h:6