![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Magnetic Lift. More...
#include <d_a_obj_magLift.h>
Public Types | |
enum | Mode_e { MODE_ACC_e , MODE_MOVE_e , MODE_BRK_e , MODE_WAIT_e , MODE_WAIT_INIT_e , MODE_DEAD_e , MODE_MOVE_WAIT_e } |
Public Member Functions | |
void | setBaseMtx () |
int | CreateHeap () |
int | create () |
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 | modeDead () |
void | setNextPoint () |
int | Draw () |
int | Delete () |
int | getMoveSpeed () |
![]() | |
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 () |
![]() | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
Static Public Attributes | |
static f32 const | mSpeed [16] |
![]() | |
static const char * | m_name |
static int | m_dzb_id |
static MoveBGActor_SetFunc | m_set_func |
![]() | |
static u32 | stopStatus |
Private Attributes | |
request_of_phase_process_class | mPhaseReq |
J3DModel * | mpModel |
u8 | field_0x5ac [0x5ae - 0x5ac] |
u8 | field_0x5ae |
s8 | field_0x5af |
s16 | mPoint |
cXyz | field_0x5b4 |
cXyz | field_0x5c0 |
f32 | mMoveSpeed |
u8 | mMode |
u8 | is_switch |
Magnetic Lift.
enum daMagLift_c::Mode_e |
int daMagLift_c::create | ( | ) |
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
inline |
void daMagLift_c::init_modeBrk | ( | ) |
void daMagLift_c::init_modeMove | ( | ) |
void daMagLift_c::init_modeMoveWait | ( | ) |
void daMagLift_c::init_modeWait | ( | ) |
void daMagLift_c::init_modeWaitInit | ( | ) |
void daMagLift_c::modeAcc | ( | ) |
void daMagLift_c::modeBrk | ( | ) |
void daMagLift_c::modeDead | ( | ) |
void daMagLift_c::modeMove | ( | ) |
void daMagLift_c::modeMoveWait | ( | ) |
void daMagLift_c::modeWait | ( | ) |
void daMagLift_c::modeWaitInit | ( | ) |
void daMagLift_c::moveLift | ( | ) |
void daMagLift_c::setBaseMtx | ( | ) |
void daMagLift_c::setNextPoint | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |