Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Arbiter's Grounds Gate. More...
#include <d_a_obj_lv4Gate.h>
Public Types | |
enum | Mode_e { MODE_WAIT_e , MODE_MOVE_e , MODE_MOVE_END_e } |
Public Member Functions | |
void | setBaseMtx () |
int | create () |
void | moveGate () |
void | init_modeWait () |
void | modeWait () |
void | init_modeMove () |
void | modeMove () |
void | init_modeMoveEnd () |
void | modeMoveEnd () |
virtual int | CreateHeap () |
virtual int | Execute (Mtx **) |
virtual int | Draw () |
virtual int | Delete () |
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 () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
fopAc_ac_c () | |
~fopAc_ac_c () | |
Additional Inherited Members | |
Static Public Member Functions inherited from fopAc_ac_c | |
static void | setStopStatus (u32 status) |
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 |
Arbiter's Grounds Gate.
int daLv4Gate_c::create | ( | ) |
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
Reimplemented from dBgS_MoveBgActor.
void daLv4Gate_c::init_modeMove | ( | ) |
void daLv4Gate_c::init_modeMoveEnd | ( | ) |
void daLv4Gate_c::init_modeWait | ( | ) |
void daLv4Gate_c::modeMove | ( | ) |
void daLv4Gate_c::modeMoveEnd | ( | ) |
void daLv4Gate_c::modeWait | ( | ) |
void daLv4Gate_c::moveGate | ( | ) |
void daLv4Gate_c::setBaseMtx | ( | ) |
u8 daLv4Gate_c::mGateOpened |
u8 daLv4Gate_c::mInitMove |
u8 daLv4Gate_c::mMode |
f32 daLv4Gate_c::mMoveTarget |
u8 daLv4Gate_c::mMoveType |
f32 daLv4Gate_c::mMoveValue |
request_of_phase_process_class daLv4Gate_c::mPhase |
J3DModel* daLv4Gate_c::mpModel |