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

Classes

class  daObjCube_HIO_c
 

Functions

static int daObjCube_Draw (daObjCube_c *i_this)
 
static int daObjCube_Execute (daObjCube_c *i_this)
 
static int daObjCube_Delete (daObjCube_c *i_this)
 
static int daObjCube_Create (fopAc_ac_c *actor)
 

Variables

const char * l_arcName []
 
daObjCube_HIO_c l_HIO
 
static const GXColor l_obj_color []
 
static actor_method_class l_daObjCube_Method
 
actor_process_profile_definition g_profile_Obj_TestCube
 

Function Documentation

◆ daObjCube_Create()

static int daObjCube_Create ( fopAc_ac_c * actor)
static

◆ daObjCube_Delete()

static int daObjCube_Delete ( daObjCube_c * i_this)
static

◆ daObjCube_Draw()

static int daObjCube_Draw ( daObjCube_c * i_this)
static

◆ daObjCube_Execute()

static int daObjCube_Execute ( daObjCube_c * i_this)
static

Variable Documentation

◆ g_profile_Obj_TestCube

actor_process_profile_definition g_profile_Obj_TestCube
Initial value:
= {
3,
sizeof(daObjCube_c),
0,
0,
442,
OBJCUBE_METHODS,
0x00040100,
}
Definition d_a_obj_testcube.h:7
@ PROC_Obj_TestCube
Definition d_procname.h:93
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

◆ l_arcName

const char* l_arcName[]
Initial value:
= {
"K_cube00",
"K_cube01",
"K_cyli00",
}

◆ l_daObjCube_Method

actor_method_class l_daObjCube_Method
static
Initial value:
= {
}
static int daObjCube_Draw(daObjCube_c *i_this)
Definition d_a_obj_testcube.cpp:335
static int daObjCube_Execute(daObjCube_c *i_this)
Definition d_a_obj_testcube.cpp:339
static int daObjCube_Create(fopAc_ac_c *actor)
Definition d_a_obj_testcube.cpp:348
static int daObjCube_Delete(daObjCube_c *i_this)
Definition d_a_obj_testcube.cpp:343
int(* process_method_func)(void *)
Definition f_pc_method.h:6

◆ l_HIO

◆ l_obj_color

const GXColor l_obj_color[]
static