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

Functions

static int daSkip2D_createHeap (fopAc_ac_c *i_this)
 
static int daSkip2D_Create (void *i_this)
 
static int daSkip2D_Delete (void *i_this)
 
static int daSkip2D_Execute (void *i_this)
 
static int daSkip2D_Draw (void *i_this)
 
static int daSkip2D_IsDelete (void *)
 

Variables

static actor_method_class daSkip2D_MethodTable
 
actor_process_profile_definition g_profile_SKIP2D
 

Function Documentation

◆ daSkip2D_Create()

static int daSkip2D_Create ( void * i_this)
static

◆ daSkip2D_createHeap()

static int daSkip2D_createHeap ( fopAc_ac_c * i_this)
static

d_a_skip2D.cpp

◆ daSkip2D_Delete()

static int daSkip2D_Delete ( void * i_this)
static

◆ daSkip2D_Draw()

static int daSkip2D_Draw ( void * i_this)
static

◆ daSkip2D_Execute()

static int daSkip2D_Execute ( void * i_this)
static

◆ daSkip2D_IsDelete()

static int daSkip2D_IsDelete ( void * )
static

Variable Documentation

◆ daSkip2D_MethodTable

actor_method_class daSkip2D_MethodTable
static
Initial value:
= {
}
static int daSkip2D_Delete(void *i_this)
Definition d_a_skip_2D.cpp:59
static int daSkip2D_IsDelete(void *)
Definition d_a_skip_2D.cpp:71
static int daSkip2D_Create(void *i_this)
Definition d_a_skip_2D.cpp:55
static int daSkip2D_Execute(void *i_this)
Definition d_a_skip_2D.cpp:63
static int daSkip2D_Draw(void *i_this)
Definition d_a_skip_2D.cpp:67
int(* process_method_func)(void *)
Definition f_pc_method.h:7

◆ g_profile_SKIP2D

actor_process_profile_definition g_profile_SKIP2D
extern
Initial value:
= {
3,
sizeof(daSkip2D_c),
0,
0,
772,
0x40000,
}
???
Definition d_a_skip_2D.h:16
static actor_method_class daSkip2D_MethodTable
Definition d_a_skip_2D.cpp:75
@ PROC_SKIP2D
Definition d_procname.h:100
actor_method_class g_fopAc_Method
@ fopAc_CULLBOX_0_e
Definition f_op_actor.h:53
@ 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