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

Functions

static int createSolidHeap (fopAc_ac_c *i_this)
 
static int daObjLndRope_Draw (daObjLndRope_c *i_this)
 
static int daObjLndRope_Execute (daObjLndRope_c *i_this)
 
static int daObjLndRope_IsDelete (daObjLndRope_c *i_this)
 
static int daObjLndRope_Delete (daObjLndRope_c *i_this)
 
static int daObjLndRope_Create (fopAc_ac_c *i_this)
 

Variables

static const s8 l_laundryList [13] = {-1, -1, 3, 0, -1, 1, 1, -1, 2, 2, -1, 2, -1}
 
static const dCcD_SrcSph ccSphSrc
 
static char * l_arcName = "Obj_SRope"
 
static actor_method_class l_daObjLndRope_Method
 
actor_process_profile_definition g_profile_Obj_LndRope
 

Function Documentation

◆ createSolidHeap()

static int createSolidHeap ( fopAc_ac_c * i_this)
static

◆ daObjLndRope_Create()

static int daObjLndRope_Create ( fopAc_ac_c * i_this)
static

◆ daObjLndRope_Delete()

static int daObjLndRope_Delete ( daObjLndRope_c * i_this)
static

◆ daObjLndRope_Draw()

static int daObjLndRope_Draw ( daObjLndRope_c * i_this)
static

◆ daObjLndRope_Execute()

static int daObjLndRope_Execute ( daObjLndRope_c * i_this)
static

◆ daObjLndRope_IsDelete()

static int daObjLndRope_IsDelete ( daObjLndRope_c * i_this)
static

Variable Documentation

◆ ccSphSrc

const dCcD_SrcSph ccSphSrc
static
Initial value:
= {
{
{0x0, {{0x0, 0x0, 0x0}, {0x1607a, 0x11}, 0x149}},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x0},
{dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x4},
{0x0},
},
{
{{0.0f, 0.0f, 0.0f}, 0.0f}
}
}
@ dCcD_SE_NONE
Definition d_cc_d.h:13

◆ g_profile_Obj_LndRope

actor_process_profile_definition g_profile_Obj_LndRope
extern
Initial value:
= {
7,
sizeof(daObjLndRope_c),
0,
0,
34,
0x00040180,
}
Laundry Rope.
Definition d_a_obj_laundry_rope.h:31
static actor_method_class l_daObjLndRope_Method
Definition d_a_obj_laundry_rope.cpp:285
@ PROC_Obj_LndRope
Definition d_procname.h:347
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_arcName

char* l_arcName = "Obj_SRope"
static

◆ l_daObjLndRope_Method

actor_method_class l_daObjLndRope_Method
static
Initial value:
= {
}
static int daObjLndRope_Execute(daObjLndRope_c *i_this)
Definition d_a_obj_laundry_rope.cpp:250
static int daObjLndRope_Draw(daObjLndRope_c *i_this)
Definition d_a_obj_laundry_rope.cpp:240
static int daObjLndRope_IsDelete(daObjLndRope_c *i_this)
Definition d_a_obj_laundry_rope.cpp:254
static int daObjLndRope_Delete(daObjLndRope_c *i_this)
Definition d_a_obj_laundry_rope.cpp:262
static int daObjLndRope_Create(fopAc_ac_c *i_this)
Definition d_a_obj_laundry_rope.cpp:281
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ l_laundryList

const s8 l_laundryList[13] = {-1, -1, 3, 0, -1, 1, 1, -1, 2, 2, -1, 2, -1}
static