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

Functions

void onFrollCrashFlg__9daPy_py_cFUci ()
 
int checkWolfDash__9daPy_py_cCFv ()
 
int checkFrontRoll__9daPy_py_cCFv ()
 
u32 checkHorseRide__9daPy_py_cCFv ()
 
s32 getGrabActorID__9daPy_py_cCFv ()
 
static s32 fopCam_Draw (camera_class *i_this)
 
static int fopCam_Execute (camera_class *i_this)
 
int fopCam_IsDelete (camera_class *i_this)
 
int fopCam_Delete (camera_class *i_this)
 
static int fopCam_Create (void *i_this)
 

Variables

leafdraw_method_class g_fopCam_Method
 

Function Documentation

◆ checkFrontRoll__9daPy_py_cCFv()

int checkFrontRoll__9daPy_py_cCFv ( )

◆ checkHorseRide__9daPy_py_cCFv()

u32 checkHorseRide__9daPy_py_cCFv ( )

◆ checkWolfDash__9daPy_py_cCFv()

int checkWolfDash__9daPy_py_cCFv ( )

◆ fopCam_Create()

static int fopCam_Create ( void i_this)
static

◆ fopCam_Delete()

int fopCam_Delete ( camera_class i_this)

◆ fopCam_Draw()

static s32 fopCam_Draw ( camera_class i_this)
static

◆ fopCam_Execute()

static int fopCam_Execute ( camera_class i_this)
static

◆ fopCam_IsDelete()

int fopCam_IsDelete ( camera_class i_this)

◆ getGrabActorID__9daPy_py_cCFv()

s32 getGrabActorID__9daPy_py_cCFv ( )

◆ onFrollCrashFlg__9daPy_py_cFUci()

void onFrollCrashFlg__9daPy_py_cFUci ( )

f_op_camera.cpp Camera Process Framework

Variable Documentation

◆ g_fopCam_Method

leafdraw_method_class g_fopCam_Method
Initial value:
= {
}
int fopCam_IsDelete(camera_class *i_this)
Definition f_op_camera.cpp:67
static int fopCam_Execute(camera_class *i_this)
Definition f_op_camera.cpp:55
static s32 fopCam_Draw(camera_class *i_this)
Definition f_op_camera.cpp:45
static int fopCam_Create(void *i_this)
Definition f_op_camera.cpp:87
int fopCam_Delete(camera_class *i_this)
Definition f_op_camera.cpp:77
int(* process_method_func)(void *)
Definition f_pc_method.h:7