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

Functions

static int fopScn_Draw (scene_class *i_this)
 
static int fopScn_Execute (scene_class *i_this)
 
static int fopScn_IsDelete (void *i_this)
 
static int fopScn_Delete (void *i_this)
 
static int fopScn_Create (void *i_this)
 

Variables

leafdraw_method_class g_fopScn_Method
 

Function Documentation

◆ fopScn_Create()

static int fopScn_Create ( void * i_this)
static

◆ fopScn_Delete()

static int fopScn_Delete ( void * i_this)
static

◆ fopScn_Draw()

static int fopScn_Draw ( scene_class * i_this)
static

f_op_scene.cpp Scene Process Framework

◆ fopScn_Execute()

static int fopScn_Execute ( scene_class * i_this)
static

◆ fopScn_IsDelete()

static int fopScn_IsDelete ( void * i_this)
static

Variable Documentation

◆ g_fopScn_Method

leafdraw_method_class g_fopScn_Method
Initial value:
= {
}
static int fopScn_Execute(scene_class *i_this)
Definition f_op_scene.cpp:13
static int fopScn_Create(void *i_this)
Definition f_op_scene.cpp:30
static int fopScn_IsDelete(void *i_this)
Definition f_op_scene.cpp:17
static int fopScn_Draw(scene_class *i_this)
Definition f_op_scene.cpp:9
static int fopScn_Delete(void *i_this)
Definition f_op_scene.cpp:21
int(* process_method_func)(void *)
Definition f_pc_method.h:7