|
| | RailMoveObjPress (const char *) |
| |
| virtual void | init (const JMapInfoIter &) |
| | Intializes the NameObj and can set various settings and construct necessary classes.
|
| |
| | RailMoveObj (const char *) |
| |
| virtual void | startClipped () |
| |
| virtual void | endClipped () |
| |
| virtual bool | receiveOtherMsg (u32, HitSensor *, HitSensor *) |
| |
| virtual void | initCaseUseSwitchB (const MapObjActorInitInfo &) |
| |
| virtual void | initCaseNoUseSwitchB (const MapObjActorInitInfo &) |
| |
|
virtual void | setupInitInfo (const JMapInfoIter &, MapObjActorInitInfo *) |
| |
| virtual bool | tryStartMove () |
| |
| virtual void | startMoveInner () |
| |
| virtual void | move () |
| |
| virtual void | doAtEndPoint () |
| |
| virtual bool | endMove () |
| |
| virtual TVec3f * | getSoundCalcPos () |
| |
| bool | isMoving () const |
| |
| void | exeWait () |
| |
| void | exeMove () |
| |
| | MapObjActor (const char *) |
| |
| | MapObjActor (const char *, const char *) |
| |
| virtual void | initAfterPlacement () |
| |
| virtual void | appear () |
| |
| virtual void | kill () |
| |
| virtual void | control () |
| |
| virtual void | calcAndSetBaseMtx () |
| | Calculates and sets the base matrix of the actor.
|
| |
| virtual void | connectToScene (const MapObjActorInitInfo &) |
| |
| virtual void | initCaseUseSwitchA (const MapObjActorInitInfo &) |
| |
| virtual void | initCaseNoUseSwitchA (const MapObjActorInitInfo &) |
| |
| virtual void | makeSubModels (const JMapInfoIter &, const MapObjActorInitInfo &) |
| |
|
void | initialize (const JMapInfoIter &, const MapObjActorInitInfo &) |
| |
| bool | isObjectName (const char *) const |
| |
| bool | tryCreateBreakModel (const MapObjActorInitInfo &) |
| |
| bool | tryEmitWaitEffect () |
| |
| bool | tryDeleteWaitEffect () |
| |
| void | startMapPartsFunctions () |
| |
| void | endMapPartsFunctions () |
| |
| void | pauseMapPartsFunctions () |
| |
| void | setStateWait () |
| |
| void | updateProjmapMtx () |
| |
| void | exeWait () |
| |
| void | exeMove () |
| |
| | LiveActor (const char *pName) |
| | Constructs a new LiveActor instance.
|
| |
| virtual void | movement () |
| |
| virtual void | calcAnim () |
| |
| virtual void | calcViewAndEntry () |
| |
| virtual void | makeActorAppeared () |
| |
|
virtual void | makeActorDead () |
| |
|
virtual bool | receiveMessage (u32, HitSensor *, HitSensor *) |
| |
| virtual MtxPtr | getBaseMtx () const |
| | Gets the base matrix of the model used for the actor.
|
| |
| virtual MtxPtr | getTakingMtx () const |
| |
|
virtual void | updateHitSensor (HitSensor *) |
| |
| virtual void | attackSensor (HitSensor *, HitSensor *) |
| |
|
virtual bool | receiveMsgPush (HitSensor *, HitSensor *) |
| |
|
virtual bool | receiveMsgPlayerAttack (u32, HitSensor *, HitSensor *) |
| |
|
virtual bool | receiveMsgEnemyAttack (u32, HitSensor *, HitSensor *) |
| |
|
virtual u32 | receiveMsgTake (HitSensor *, HitSensor *) |
| |
|
virtual u32 | receiveMsgTaken (HitSensor *, HitSensor *) |
| |
|
virtual u32 | receiveMsgThrow (HitSensor *, HitSensor *) |
| |
| virtual u32 | receiveMsgApart (HitSensor *, HitSensor *) |
| |
|
void | calcAnmMtx () |
| |
| void | setNerve (const Nerve *) |
| |
| bool | isNerve (const Nerve *) const |
| |
| s32 | getNerveStep () const |
| |
| HitSensor * | getSensor (const char *pSensorName) const |
| | Gets a sensor.
|
| |
| void | initModelManagerWithAnm (const char *, const char *, bool) |
| |
| void | initNerve (const Nerve *) |
| |
| void | initHitSensor (int) |
| |
|
void | initBinder (f32, f32, u32) |
| |
| void | initRailRider (const JMapInfoIter &) |
| |
|
void | initEffectKeeper (int, const char *, bool) |
| |
|
void | initSound (int, bool) |
| |
| void | initShadowControllerList (u32) |
| |
|
void | initActorCollisionParts (const char *, HitSensor *, ResourceHolder *, MtxPtr, bool, bool) |
| |
| void | initStageSwitch (const JMapInfoIter &) |
| |
|
void | initActorStarPointerTarget (f32, const TVec3f *, MtxPtr, TVec3f) |
| |
| void | initActorLightCtrl () |
| |
|
void | addToSoundObjHolder () |
| |
|
void | updateBinder () |
| |
| bool | isBinderValid (Binder *pBinder) |
| |
| TVec3f * | getPosPtr () |
| |
| | NameObj (const char *pName) |
| | Constructs a new NameObj instance.
|
| |
| virtual void | draw () const |
| | Draws the object. Does nothing until overridden.
|
| |
| void | initWithoutIter () |
| | Initializes a NameObj without a JMapInfoIter instance.
|
| |
| void | setName (const char *pName) |
| | Sets the NameObj's mName.
|
| |
| void | executeMovement () |
| |
| void | requestSuspend () |
| |
| void | requestResume () |
| |
| void | syncWithFlags () |
| |
Definition at line 40 of file RailMoveObj.hpp.