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

Functions

static int fopMsg_Draw (void *i_this)
 
static int fopMsg_Execute (void *i_this)
 
static int fopMsg_IsDelete (void *i_this)
 
static int fopMsg_Delete (void *i_this)
 
int fopMsg_Create (void *i_this)
 

Variables

static int fopMsg_MSG_TYPE
 
leafdraw_method_class g_fopMsg_Method
 

Function Documentation

◆ fopMsg_Create()

int fopMsg_Create ( void i_this)

◆ fopMsg_Delete()

static int fopMsg_Delete ( void i_this)
static

◆ fopMsg_Draw()

static int fopMsg_Draw ( void i_this)
static

f_op_msg.cpp Message Process Framework

◆ fopMsg_Execute()

static int fopMsg_Execute ( void i_this)
static

◆ fopMsg_IsDelete()

static int fopMsg_IsDelete ( void i_this)
static

Variable Documentation

◆ fopMsg_MSG_TYPE

int fopMsg_MSG_TYPE
static

◆ g_fopMsg_Method

leafdraw_method_class g_fopMsg_Method
Initial value:
= {
}
static int fopMsg_Draw(void *i_this)
Definition f_op_msg.cpp:13
static int fopMsg_Delete(void *i_this)
Definition f_op_msg.cpp:43
int fopMsg_Create(void *i_this)
Definition f_op_msg.cpp:57
static int fopMsg_Execute(void *i_this)
Definition f_op_msg.cpp:19
static int fopMsg_IsDelete(void *i_this)
Definition f_op_msg.cpp:31
int(* process_method_func)(void *)
Definition f_pc_method.h:7