![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Temple of Time Spike Roller. More...
#include <d_a_obj_lv6TogeRoll.h>
Inheritance diagram for daTogeRoll_c:
Collaboration diagram for daTogeRoll_c:Public Types | |
| enum | Mode { MODE_ACC , MODE_MOVE , MODE_BRK , MODE_WAIT , MODE_WAIT_INIT , MODE_BREAK , MODE_BOUND , MODE_BOUND_2 , MODE_BOUND_WAIT } |
| typedef void(daTogeRoll_c::*) | modeFunc() |
Public Member Functions | |
| void | setBaseMtx () |
| int | CreateHeap () |
| int | create () |
| int | Execute (Mtx **) |
| void | moveTogeRoll () |
| void | init_modeBound () |
| void | modeBound () |
| void | modeBound2 () |
| void | init_modeBoundWait () |
| void | modeBoundWait () |
| void | init_modeAcc () |
| void | modeAcc () |
| void | init_modeMove () |
| void | modeMove () |
| void | init_modeBrk () |
| void | modeBrk () |
| void | init_modeWaitInit () |
| void | modeWaitInit () |
| void | init_modeWait () |
| void | modeWait () |
| void | init_modeBreak () |
| void | modeBreak () |
| void | setNextPoint () |
| int | Draw () |
| int | Delete () |
| u32 | getPathID () |
| u32 | getSpeed () |
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 Attributes | |
| static dCcD_SrcGObjInf const | mCcDObjInfo |
| static dCcD_SrcGObjInf const | mCcDObjInfo2 |
| static f32 const | mSpeed [] |
| static dCcD_SrcSph | mCcDSph |
| static dCcD_SrcCps | mCcDCps |
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 | ||
Static Public Member Functions inherited from fopAc_ac_c | ||
| static void | setStopStatus (u32 status) | |
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 | |
Temple of Time Spike Roller.
| void(daTogeRoll_c::*) daTogeRoll_c::modeFunc() |
| enum daTogeRoll_c::Mode |
| int daTogeRoll_c::create | ( | ) |
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
virtual |
Reimplemented from dBgS_MoveBgActor.
|
inline |
|
inline |
| void daTogeRoll_c::init_modeAcc | ( | ) |
| void daTogeRoll_c::init_modeBound | ( | ) |
| void daTogeRoll_c::init_modeBoundWait | ( | ) |
| void daTogeRoll_c::init_modeBreak | ( | ) |
| void daTogeRoll_c::init_modeBrk | ( | ) |
| void daTogeRoll_c::init_modeMove | ( | ) |
| void daTogeRoll_c::init_modeWait | ( | ) |
| void daTogeRoll_c::init_modeWaitInit | ( | ) |
| void daTogeRoll_c::modeAcc | ( | ) |
| void daTogeRoll_c::modeBound | ( | ) |
| void daTogeRoll_c::modeBound2 | ( | ) |
| void daTogeRoll_c::modeBoundWait | ( | ) |
| void daTogeRoll_c::modeBreak | ( | ) |
| void daTogeRoll_c::modeBrk | ( | ) |
| void daTogeRoll_c::modeMove | ( | ) |
| void daTogeRoll_c::modeWait | ( | ) |
| void daTogeRoll_c::modeWaitInit | ( | ) |
| void daTogeRoll_c::moveTogeRoll | ( | ) |
| void daTogeRoll_c::setBaseMtx | ( | ) |
| void daTogeRoll_c::setNextPoint | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
private |
|
private |