Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
d_a_obj_octhashi.cpp File Reference

Functions

static int daObjOCTHASHI_Create (fopAc_ac_c *i_this)
 
static int daObjOCTHASHI_Delete (daObjOCTHASHI_c *i_this)
 
static void rideCallBack (dBgW *param_0, fopAc_ac_c *param_1, fopAc_ac_c *param_2)
 
static int daObjOCTHASHI_Draw (daObjOCTHASHI_c *i_this)
 
static int daObjOCTHASHI_Execute (daObjOCTHASHI_c *i_this)
 
static int daObjOCTHASHI_IsDelete (daObjOCTHASHI_c *param_0)
 

Variables

static const dCcD_SrcSph ccSphSrc
 
static char * l_arcName [1]
 
static dCcD_SrcCyl ccCylSrc
 
static s8 l_cyl_height_init = 0
 
static actor_method_class l_daObjOCTHASHI_Method
 
actor_process_profile_definition g_profile_OCTHASHI
 

Function Documentation

◆ daObjOCTHASHI_Create()

static int daObjOCTHASHI_Create ( fopAc_ac_c * i_this)
static

◆ daObjOCTHASHI_Delete()

static int daObjOCTHASHI_Delete ( daObjOCTHASHI_c * i_this)
static

◆ daObjOCTHASHI_Draw()

static int daObjOCTHASHI_Draw ( daObjOCTHASHI_c * i_this)
static

◆ daObjOCTHASHI_Execute()

static int daObjOCTHASHI_Execute ( daObjOCTHASHI_c * i_this)
static

◆ daObjOCTHASHI_IsDelete()

static int daObjOCTHASHI_IsDelete ( daObjOCTHASHI_c * param_0)
static

◆ rideCallBack()

static void rideCallBack ( dBgW * param_0,
fopAc_ac_c * param_1,
fopAc_ac_c * param_2 )
static

Variable Documentation

◆ ccCylSrc

dCcD_SrcCyl ccCylSrc
static
Initial value:
= {
{
{0x0, {{0x0, 0x0, 0xd}, {0x104002, 0x1f}, 0x75}},
{dCcD_SE_STONE, 0x2, 0x0, 0x0, 0x1},
{dCcD_SE_STONE, 0x2, 0x0, 0x0, 0x1},
{0x0},
},
{
{0.0f, 0.0f, 0.0f},
400.0f,
0.0f
}
}
@ dCcD_SE_STONE
Definition d_cc_d.h:23

◆ ccSphSrc

const dCcD_SrcSph ccSphSrc
static
Initial value:
= {
{
{0x0, {{0x0, 0x0, 0x13}, {0x104002, 0x1f}, 0x7f}},
{dCcD_SE_STONE, 0x2, 0x0, 0x0, 0x1},
{dCcD_SE_STONE, 0x2, 0x0, 0x0, 0x1},
{0x0},
},
{
{{0.0f, 0.0f, 0.0f}, 400.0f}
}
}

◆ g_profile_OCTHASHI

actor_process_profile_definition g_profile_OCTHASHI
extern
Initial value:
= {
3,
sizeof(daObjOCTHASHI_c),
0,
0,
465,
0x00040000,
}
Morpheel Pillar.
Definition d_a_obj_octhashi.h:17
void * g_fopAc_Method[8]
void * g_fpcLf_Method[5+1]
Definition f_pc_leaf.cpp:73
static actor_method_class l_daObjOCTHASHI_Method
Definition d_a_obj_octhashi.cpp:401
@ PROC_OCTHASHI
Definition d_procname.h:114
@ 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
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8

◆ l_arcName

char* l_arcName[1]
static
Initial value:
= {
"Octhashi"
}

◆ l_cyl_height_init

s8 l_cyl_height_init = 0
static

◆ l_daObjOCTHASHI_Method

actor_method_class l_daObjOCTHASHI_Method
static
Initial value:
= {
}
static int daObjOCTHASHI_IsDelete(daObjOCTHASHI_c *param_0)
Definition d_a_obj_octhashi.cpp:360
static int daObjOCTHASHI_Delete(daObjOCTHASHI_c *i_this)
Definition d_a_obj_octhashi.cpp:78
static int daObjOCTHASHI_Create(fopAc_ac_c *i_this)
Definition d_a_obj_octhashi.cpp:73
static int daObjOCTHASHI_Draw(daObjOCTHASHI_c *i_this)
Definition d_a_obj_octhashi.cpp:292
static int daObjOCTHASHI_Execute(daObjOCTHASHI_c *i_this)
Definition d_a_obj_octhashi.cpp:298
int(* process_method_func)(void *)
Definition f_pc_method.h:7