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

Functions

s16 fpcLf_GetPriority (const leafdraw_class *i_leaf)
 
int fpcLf_DrawMethod (leafdraw_method_class *i_methods, void *i_process)
 
int fpcLf_Draw (leafdraw_class *i_leaf)
 
int fpcLf_Execute (leafdraw_class *i_leaf)
 
int fpcLf_IsDelete (leafdraw_class *i_leaf)
 
int fpcLf_Delete (leafdraw_class *i_leaf)
 
int fpcLf_Create (leafdraw_class *i_leaf)
 

Variables

int g_fpcLf_type
 
leafdraw_method_class g_fpcLf_Method
 

Function Documentation

◆ fpcLf_Create()

int fpcLf_Create ( leafdraw_class * i_leaf)

◆ fpcLf_Delete()

int fpcLf_Delete ( leafdraw_class * i_leaf)

◆ fpcLf_Draw()

int fpcLf_Draw ( leafdraw_class * i_leaf)

◆ fpcLf_DrawMethod()

int fpcLf_DrawMethod ( leafdraw_method_class * i_methods,
void * i_process )

◆ fpcLf_Execute()

int fpcLf_Execute ( leafdraw_class * i_leaf)

◆ fpcLf_GetPriority()

s16 fpcLf_GetPriority ( const leafdraw_class * i_leaf)

f_pc_leaf.cpp Framework - Process Leaf

◆ fpcLf_IsDelete()

int fpcLf_IsDelete ( leafdraw_class * i_leaf)

Variable Documentation

◆ g_fpcLf_Method

leafdraw_method_class g_fpcLf_Method
Initial value:
= {
}
int fpcLf_Create(leafdraw_class *i_leaf)
Definition f_pc_leaf.cpp:52
int fpcLf_Delete(leafdraw_class *i_leaf)
Definition f_pc_leaf.cpp:41
int fpcLf_Execute(leafdraw_class *i_leaf)
Definition f_pc_leaf.cpp:25
int fpcLf_Draw(leafdraw_class *i_leaf)
Definition f_pc_leaf.cpp:17
int fpcLf_IsDelete(leafdraw_class *i_leaf)
Definition f_pc_leaf.cpp:37
int(* process_method_func)(void *)
Definition f_pc_method.h:6

◆ g_fpcLf_type

int g_fpcLf_type