![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Sky Cannon (City in the Sky) More...
#include <d_a_obj_scannon.h>
Inheritance diagram for daSCannon_c:
Collaboration diagram for daSCannon_c:Classes | |
| struct | demoTable_s |
Public Types | |
| enum | daSCannon_exeMode { MODE_WAIT , MODE_ORDER_EVT , MODE_ACTION_EVT , MODE_END } |
| enum | daSCannon_demoType { DEMOTYPE_WARP_END , DEMOTYPE_FIRE_FIRST , DEMOTYPE_FIRE_TKS , DEMOTYPE_FIRE_SECOND } |
Public Member Functions | |
| daSCannon_c () | |
| virtual | ~daSCannon_c () |
| int | create () |
| int | execute () |
| int | draw () |
| int | Delete () |
| void | setModelMtx () |
| void | setPtlModelMtx () |
| int | createHeap () |
| void | middleExe () |
| void | orderEvtInit () |
| void | exeModeWait () |
| void | exeModeOrderEvt () |
| void | exeModeActionEvt () |
| void | exeModeEnd () |
| void | demoExe () |
| void | demoModeInit (int) |
| void | demoInitLinkIn () |
| void | demoExeLinkIn () |
| void | demoInitSet () |
| void | demoExeSet () |
| void | demoInitMove () |
| void | demoExeMove () |
| void | demoInitFire () |
| void | demoExeFire () |
| void | demoInitFinish () |
| void | demoExeFinish () |
| void | demoInitWarpEndWait () |
| void | demoExeWarpEndWait () |
| void | demoInitWarpEndMove () |
| void | demoExeWarpEndMove () |
| void | changeScene () |
| void | init () |
| void | initEmtRt (u16, int, u16 const *, JPABaseEmitter **) |
| void | exeEmtRt (u16, int, JPABaseEmitter **) |
| void | initEmtLine () |
| void | exeEmtLine () |
| void | delEmtAll () |
| void | setCannonRepair () |
| int | getSw1 () |
| int | getSw2 () |
Public Member Functions inherited from fopAc_ac_c | |
| fopAc_ac_c () | |
| ~fopAc_ac_c () | |
Static Public Attributes | |
| static const demoTable_s | s_demoTable [] |
| static void(daSCannon_c::* | s_exeProc [])() |
| static void(daSCannon_c::* | s_demoExeProc_WarpEnd [][2])() |
| static void(daSCannon_c::* | s_demoExeProc_FireTks [][2])() |
| static void(daSCannon_c::* | s_demoExeProc_FireFirst [][2])() |
| static void(daSCannon_c::* | s_demoExeProc_FireSecond [][2])() |
Static Public Attributes inherited from fopAc_ac_c | |
| static u32 | stopStatus |
Private Attributes | |
| request_of_phase_process_class | mZevPhase |
| request_of_phase_process_class | mPtlPhase |
| mDoExt_bckAnm | mBck |
| cBgS_PolyInfo | mGroundPoly |
| Mtx | mBgMtx |
| dBgW * | mpBgW |
| J3DModel * | mpModels [2] |
| J3DModel * | mpPtlModel |
| mDoExt_btkAnm * | mpCrashBtk |
| mDoExt_btkAnm * | mpPtlBtk |
| f32 | mGroundY |
| u32 | mShadowKey |
| int | mTimer |
| int | mStaffId |
| int | mDemoFinishTimer |
| int | mLayerNo |
| s16 | mEvtIdx |
| u16 | mHeadJointNo |
| u16 | mCrashJointNo |
| u8 | mMode |
| u8 | mIsRepaired |
| u8 | mDemoType |
| u8 | field_0x619 |
| u8 | mIsPortal |
| u8 | mDrawShadow |
| JPABaseEmitter * | mpEmtApp [3] |
| JPABaseEmitter * | mpEmtSmk [3] |
| JPABaseEmitter * | mpEmtLine |
Additional Inherited Members | ||
Static Public Member Functions inherited from fopAc_ac_c | ||
| static void | setStopStatus (u32 status) | |
Public Attributes inherited from fopAc_ac_c | ||
| leafdraw_class | base | |
| int | actor_type | |
| create_tag_class | actor_tag | |
| create_tag_class | draw_tag | |
| profile_method_class * | sub_method | |
| JKRSolidHeap * | heap | |
| dEvt_info_c | eventInfo | |
| dKy_tevstr_c | tevStr | |
| u16 | setID | |
| u8 | group | |
| u8 | cullType | |
| u8 | demoActorID | |
| s8 | argument | |
| u8 | carryType | |
| u32 | actor_status | |
| u32 | actor_condition | |
| fpc_ProcID | parentActorID | |
| actor_place | home | |
| actor_place | old | |
| actor_place | current | |
| csXyz | shape_angle | |
| cXyz | scale | |
| cXyz | speed | |
| MtxP | cullMtx | |
| union { | ||
| cull_box box | ||
| cull_sphere sphere | ||
| } | cull | |
| f32 | cullSizeFar | |
| J3DModel * | model | |
| dJntCol_c * | jntCol | |
| f32 | speedF | |
| f32 | gravity | |
| f32 | maxFallSpeed | |
| cXyz | eyePos | |
| actor_attention_types | attention_info | |
| s16 | field_0x560 | |
| s16 | health | |
| u8 | field_0x564 | |
| u8 | field_0x565 | |
| s8 | field_0x566 | |
| s8 | field_0x567 | |
Public Attributes inherited from request_of_phase_process_class | ||
| cPhs__Handler * | mpHandlerTable | |
| int | id | |
Sky Cannon (City in the Sky)
| daSCannon_c::daSCannon_c | ( | ) |
|
virtual |
| void daSCannon_c::changeScene | ( | ) |
| int daSCannon_c::create | ( | ) |
| int daSCannon_c::createHeap | ( | ) |
| void daSCannon_c::delEmtAll | ( | ) |
| int daSCannon_c::Delete | ( | ) |
| void daSCannon_c::demoExe | ( | ) |
| void daSCannon_c::demoExeFinish | ( | ) |
| void daSCannon_c::demoExeFire | ( | ) |
| void daSCannon_c::demoExeLinkIn | ( | ) |
| void daSCannon_c::demoExeMove | ( | ) |
| void daSCannon_c::demoExeSet | ( | ) |
| void daSCannon_c::demoExeWarpEndMove | ( | ) |
| void daSCannon_c::demoExeWarpEndWait | ( | ) |
| void daSCannon_c::demoInitFinish | ( | ) |
| void daSCannon_c::demoInitFire | ( | ) |
| void daSCannon_c::demoInitLinkIn | ( | ) |
| void daSCannon_c::demoInitMove | ( | ) |
| void daSCannon_c::demoInitSet | ( | ) |
| void daSCannon_c::demoInitWarpEndMove | ( | ) |
| void daSCannon_c::demoInitWarpEndWait | ( | ) |
| void daSCannon_c::demoModeInit | ( | int | i_actIdx | ) |
| int daSCannon_c::draw | ( | ) |
| int daSCannon_c::execute | ( | ) |
| void daSCannon_c::exeEmtLine | ( | ) |
| void daSCannon_c::exeEmtRt | ( | u16 | i_jointNo, |
| int | i_emtNum, | ||
| JPABaseEmitter ** | i_emt_list ) |
| void daSCannon_c::exeModeActionEvt | ( | ) |
| void daSCannon_c::exeModeEnd | ( | ) |
| void daSCannon_c::exeModeOrderEvt | ( | ) |
| void daSCannon_c::exeModeWait | ( | ) |
|
inline |
|
inline |
| void daSCannon_c::init | ( | ) |
| void daSCannon_c::initEmtLine | ( | ) |
| void daSCannon_c::initEmtRt | ( | u16 | i_jointNo, |
| int | i_emtNum, | ||
| u16 const * | i_name_list, | ||
| JPABaseEmitter ** | i_emt_list ) |
| void daSCannon_c::middleExe | ( | ) |
| void daSCannon_c::orderEvtInit | ( | ) |
| void daSCannon_c::setCannonRepair | ( | ) |
| void daSCannon_c::setModelMtx | ( | ) |
| void daSCannon_c::setPtlModelMtx | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |