![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Functions | |
| scene_class * | fopScnM_SearchByID (fpc_ProcID id) |
| int | fopScnM_ChangeReq (scene_class *i_scene, s16 i_procName, s16 param_3, u16 param_4) |
| fpc_ProcID | fopScnM_DeleteReq (scene_class *i_scene) |
| int | fopScnM_CreateReq (s16 i_procName, s16 param_2, u16 param_3, u32 i_data) |
| u32 | fopScnM_ReRequest (s16 i_procName, u32 i_data) |
| void | fopScnM_Management () |
| void | fopScnM_Init () |
Variables | |
| static fpc_ProcID | l_scnRqID = fpcM_ERROR_PROCESS_ID_e |
| int fopScnM_ChangeReq | ( | scene_class * | i_scene, |
| s16 | i_procName, | ||
| s16 | param_3, | ||
| u16 | param_4 ) |
| fpc_ProcID fopScnM_DeleteReq | ( | scene_class * | i_scene | ) |
| void fopScnM_Init | ( | ) |
| void fopScnM_Management | ( | ) |
| scene_class * fopScnM_SearchByID | ( | fpc_ProcID | id | ) |
f_op_scene_mng.cpp Framework - Scene Process Manager
|
static |