![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Palace of Twilight Platform Lift. More...
#include <d_a_obj_lv8Lift.h>
Inheritance diagram for daL8Lift_c:
Collaboration diagram for daL8Lift_c:Public Types | |
| enum | MODE_e { MODE_ACC_e , MODE_MOVE_e , MODE_BRK_e , MODE_WAIT_e , MODE_WAIT_INIT_e , MODE_ON_ANM_e , MODE_MOVE_WAIT_e , MODE_STOP_e , MODE_INIT_SET_e , MODE_INIT_SET2_e } |
Public Member Functions | |
| void | setBaseMtx () |
| int | CreateHeap () |
| int | create () |
| void | lightSet () |
| int | Execute (Mtx **) |
| void | moveLift () |
| void | modeAcc () |
| void | init_modeMove () |
| void | modeMove () |
| void | init_modeBrk () |
| void | modeBrk () |
| void | init_modeWaitInit () |
| void | modeWaitInit () |
| void | init_modeWait () |
| void | modeWait () |
| void | init_modeMoveWait () |
| void | modeMoveWait () |
| void | init_modeOnAnm () |
| void | modeOnAnm () |
| void | init_modeStop () |
| void | modeStop () |
| void | init_modeInitSet () |
| void | modeInitSet () |
| void | init_modeInitSet2 () |
| void | modeInitSet2 () |
| void | liftReset () |
| void | setNextPoint () |
| int | Draw () |
| int | Delete () |
| u8 | getPthID () |
| u8 | getMoveSpeed () |
| int | getSw () |
Public Member Functions inherited from dBgS_MoveBgActor | |
| dBgS_MoveBgActor () | |
| int | MoveBGCreateHeap () |
| int | MoveBGCreate (char const *i_arcName, int i_dzb_id, MoveBGActor_SetFunc i_setFunc, u32 i_heapSize, Mtx *i_bgMtx) |
| int | MoveBGDelete () |
| int | MoveBGExecute () |
| int | MoveBGDraw () |
| int | MoveBGIsDelete () |
| virtual int | Create () |
| virtual int | IsDelete () |
| virtual int | ToFore () |
| virtual int | ToBack () |
Public Member Functions inherited from fopAc_ac_c | |
| fopAc_ac_c () | |
| ~fopAc_ac_c () | |
Static Public Member Functions | |
| static void | rideCallBack (dBgW *, fopAc_ac_c *, fopAc_ac_c *) |
Static Public Member Functions inherited from fopAc_ac_c | |
| static void | setStopStatus (u32 status) |
Static Public Attributes | |
| static f32 const | mSpeed [16] |
Static Public Attributes inherited from dBgS_MoveBgActor | |
| static const char * | m_name |
| static int | m_dzb_id |
| static MoveBGActor_SetFunc | m_set_func |
Static Public Attributes inherited from fopAc_ac_c | |
| static u32 | stopStatus |
Additional Inherited Members | ||
Public Attributes inherited from dBgS_MoveBgActor | ||
| dBgW * | mpBgW | |
| Mtx | mBgMtx | |
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 | |
Palace of Twilight Platform Lift.
| enum daL8Lift_c::MODE_e |
| int daL8Lift_c::create | ( | ) |
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
inline |
|
inline |
|
inline |
| void daL8Lift_c::init_modeBrk | ( | ) |
| void daL8Lift_c::init_modeInitSet | ( | ) |
| void daL8Lift_c::init_modeInitSet2 | ( | ) |
| void daL8Lift_c::init_modeMove | ( | ) |
| void daL8Lift_c::init_modeMoveWait | ( | ) |
| void daL8Lift_c::init_modeOnAnm | ( | ) |
| void daL8Lift_c::init_modeStop | ( | ) |
| void daL8Lift_c::init_modeWait | ( | ) |
| void daL8Lift_c::init_modeWaitInit | ( | ) |
| void daL8Lift_c::liftReset | ( | ) |
| void daL8Lift_c::lightSet | ( | ) |
| void daL8Lift_c::modeAcc | ( | ) |
| void daL8Lift_c::modeBrk | ( | ) |
| void daL8Lift_c::modeInitSet | ( | ) |
| void daL8Lift_c::modeInitSet2 | ( | ) |
| void daL8Lift_c::modeMove | ( | ) |
| void daL8Lift_c::modeMoveWait | ( | ) |
| void daL8Lift_c::modeOnAnm | ( | ) |
| void daL8Lift_c::modeStop | ( | ) |
| void daL8Lift_c::modeWait | ( | ) |
| void daL8Lift_c::modeWaitInit | ( | ) |
| void daL8Lift_c::moveLift | ( | ) |
|
static |
| void daL8Lift_c::setBaseMtx | ( | ) |
| void daL8Lift_c::setNextPoint | ( | ) |
|
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 |
|
private |
|
static |
|
private |
|
private |
|
private |