HackFork class
Base classes
- class al::LiveActor
Constructors, destructors, conversion operators
- HackFork(const char* name)
Public functions
-
void init(const al::
ActorInitInfo& initInfo) override -
void attackSensor(al::
HitSensor* self, al:: HitSensor* other) override -
auto receiveMsg(const al::SensorMsg* message,
al::
HitSensor* other, al:: HitSensor* self) -> bool override - void initAfterPlacement() override
- void control() override
- void calcAnim() override
- void initBasicPoseInfo()
- auto tryTouch(f32 force, const char* reactionName) -> bool
-
void resetCapMtx(al::
HitSensor* sensor) - auto isNerveHackable() const -> bool
- auto isHack() const -> bool
- void controlSpring()
- void checkSwing()
- auto trySwingJump() -> bool
-
auto updateInput(sead::
Vector3f* pullDirection, sead:: Vector3f frontDir) -> bool - auto getJumpRange() const -> f32
-
void bendAndTwist(const sead::
Vector3f& direction, const sead:: Vector3f& front) - void shoot()
- void updateCapMtx()
-
void calcHackDir(al::
HitSensor* sensor) - void exeWait()
- void exeHackStartWait()
- void exeDamping()
- void exeHackStart()
- void exeHackWait()
- void exeHackBend()
- void exeHackShoot()
- auto getNerveKeeper() const -> NerveKeeper* override
- void appear() virtual
- void makeActorAlive() virtual
- void kill() virtual
- void makeActorDead() virtual
- void movement() virtual
- void draw() const virtual
- void startClipped() virtual
- void endClipped() virtual
- auto receiveMsg(const SensorMsg* message, HitSensor* other, HitSensor* self) -> bool virtual
- auto receiveMsgScreenPoint(const SensorMsg* message, ScreenPointer* source, ScreenPointTarget* target) -> bool virtual
- auto getName() const -> const char* override
-
auto getBaseMtx() const -> const sead::
Matrix34f* virtual - auto getEffectKeeper() const -> EffectKeeper* override
- auto getAudioKeeper() const -> AudioKeeper* override
- auto getStageSwitchKeeper() const -> StageSwitchKeeper* override
- auto getRailRider() const -> RailRider* override
- auto getSceneObjHolder() const -> SceneObjHolder* override
- auto getCollisionDirector() const -> CollisionDirector* override
- auto getAreaObjDirector() const -> AreaObjDirector* override
- auto getCameraDirector() const -> CameraDirector* override
- auto getNatureDirector() const -> NatureDirector*
- void initStageSwitchKeeper() override
- void updateCollider() virtual
- auto getSceneInfo() const -> ActorSceneInfo*
- void initPoseKeeper(ActorPoseKeeperBase* poseKeeper)
- void initExecuteInfo(ActorExecuteInfo* executeInfo)
- void initModelKeeper(ModelKeeper* modelKeeper)
- void initActionKeeper(ActorActionKeeper* actionKeeper)
- void initNerveKeeper(NerveKeeper* nerveKeeper)
- void initHitSensor(s32 amount)
- void initScreenPointKeeper(ScreenPointKeeper* screenPointKeeper)
- void initEffectKeeper(EffectKeeper* effectKeeper)
- void initAudioKeeper(AudioKeeper* audioKeeper)
- void initRailKeeper(const ActorInitInfo& info, const char* linkName)
- void initCollider(f32 radius, f32 offsetY, u32 allocatedHitInfo)
- void initItemKeeper(s32 itemAmount)
- void initScoreKeeper()
- void initActorPrePassLightKeeper(ActorPrePassLightKeeper* lightKeeper)
- void initActorOcclusionKeeper(ActorOcclusionKeeper* occlusionKeeper)
- void initSubActorKeeper(SubActorKeeper* subActorKeeper)
- void initSceneInfo(ActorSceneInfo* sceneInfo)
- auto getFlags() const -> LiveActorFlag*
- auto getModelKeeper() const -> ModelKeeper*
- auto getPoseKeeper() const -> ActorPoseKeeperBase*
- auto getExecuteInfo() const -> ActorExecuteInfo*
- auto getActorActionKeeper() const -> ActorActionKeeper*
- auto getActorItemKeeper() const -> ActorItemKeeper*
- auto getActorScoreKeeper() const -> ActorScoreKeeper*
- auto getCollider() const -> Collider*
- auto getCollisionParts() const -> CollisionParts*
- auto getHitSensorKeeper() const -> HitSensorKeeper*
- auto getScreenPointKeeper() const -> ScreenPointKeeper*
- auto getHitReactionKeeper() const -> HitReactionKeeper*
- auto getRailKeeper() const -> RailKeeper*
- auto getShadowKeeper() const -> ShadowKeeper*
- auto getActorPrePassLightKeeper() const -> ActorPrePassLightKeeper*
- auto getActorOcclusionKeeper() const -> ActorOcclusionKeeper*
- auto getSubActorKeeper() const -> SubActorKeeper*
- auto getActorParamHolder() const -> ActorParamHolder*
- void setName(const char* newName)
Function documentation
NerveKeeper* HackFork:: getNerveKeeper() const override
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: appear() virtual
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: makeActorAlive() virtual
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: kill() virtual
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: makeActorDead() virtual
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: movement() virtual
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: draw() const virtual
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: startClipped() virtual
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: endClipped() virtual
#include <l/Library/LiveActor/LiveActor.h>
bool HackFork:: receiveMsg(const SensorMsg* message,
HitSensor* other,
HitSensor* self) virtual
#include <l/Library/LiveActor/LiveActor.h>
bool HackFork:: receiveMsgScreenPoint(const SensorMsg* message,
ScreenPointer* source,
ScreenPointTarget* target) virtual
#include <l/Library/LiveActor/LiveActor.h>
const char* HackFork:: getName() const override
#include <l/Library/LiveActor/LiveActor.h>
const sead:: Matrix34f* HackFork:: getBaseMtx() const virtual
#include <l/Library/LiveActor/LiveActor.h>
EffectKeeper* HackFork:: getEffectKeeper() const override
#include <l/Library/LiveActor/LiveActor.h>
AudioKeeper* HackFork:: getAudioKeeper() const override
#include <l/Library/LiveActor/LiveActor.h>
StageSwitchKeeper* HackFork:: getStageSwitchKeeper() const override
#include <l/Library/LiveActor/LiveActor.h>
RailRider* HackFork:: getRailRider() const override
#include <l/Library/LiveActor/LiveActor.h>
SceneObjHolder* HackFork:: getSceneObjHolder() const override
#include <l/Library/LiveActor/LiveActor.h>
CollisionDirector* HackFork:: getCollisionDirector() const override
#include <l/Library/LiveActor/LiveActor.h>
AreaObjDirector* HackFork:: getAreaObjDirector() const override
#include <l/Library/LiveActor/LiveActor.h>
CameraDirector* HackFork:: getCameraDirector() const override
#include <l/Library/LiveActor/LiveActor.h>
NatureDirector* HackFork:: getNatureDirector() const
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initStageSwitchKeeper() override
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: updateCollider() virtual
#include <l/Library/LiveActor/LiveActor.h>
ActorSceneInfo* HackFork:: getSceneInfo() const
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initPoseKeeper(ActorPoseKeeperBase* poseKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initExecuteInfo(ActorExecuteInfo* executeInfo)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initModelKeeper(ModelKeeper* modelKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initActionKeeper(ActorActionKeeper* actionKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initNerveKeeper(NerveKeeper* nerveKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initHitSensor(s32 amount)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initScreenPointKeeper(ScreenPointKeeper* screenPointKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initEffectKeeper(EffectKeeper* effectKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initAudioKeeper(AudioKeeper* audioKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initRailKeeper(const ActorInitInfo& info,
const char* linkName)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initCollider(f32 radius,
f32 offsetY,
u32 allocatedHitInfo)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initItemKeeper(s32 itemAmount)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initScoreKeeper()
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initActorPrePassLightKeeper(ActorPrePassLightKeeper* lightKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initActorOcclusionKeeper(ActorOcclusionKeeper* occlusionKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initSubActorKeeper(SubActorKeeper* subActorKeeper)
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: initSceneInfo(ActorSceneInfo* sceneInfo)
#include <l/Library/LiveActor/LiveActor.h>
LiveActorFlag* HackFork:: getFlags() const
#include <l/Library/LiveActor/LiveActor.h>
ModelKeeper* HackFork:: getModelKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
ActorPoseKeeperBase* HackFork:: getPoseKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
ActorExecuteInfo* HackFork:: getExecuteInfo() const
#include <l/Library/LiveActor/LiveActor.h>
ActorActionKeeper* HackFork:: getActorActionKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
ActorItemKeeper* HackFork:: getActorItemKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
ActorScoreKeeper* HackFork:: getActorScoreKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
Collider* HackFork:: getCollider() const
#include <l/Library/LiveActor/LiveActor.h>
CollisionParts* HackFork:: getCollisionParts() const
#include <l/Library/LiveActor/LiveActor.h>
HitSensorKeeper* HackFork:: getHitSensorKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
ScreenPointKeeper* HackFork:: getScreenPointKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
HitReactionKeeper* HackFork:: getHitReactionKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
RailKeeper* HackFork:: getRailKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
ShadowKeeper* HackFork:: getShadowKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
ActorPrePassLightKeeper* HackFork:: getActorPrePassLightKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
ActorOcclusionKeeper* HackFork:: getActorOcclusionKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
SubActorKeeper* HackFork:: getSubActorKeeper() const
#include <l/Library/LiveActor/LiveActor.h>
ActorParamHolder* HackFork:: getActorParamHolder() const
#include <l/Library/LiveActor/LiveActor.h>
void HackFork:: setName(const char* newName)
#include <l/Library/LiveActor/LiveActor.h>