|
| | Birikyu (const ActorCreateParam ¶m) |
| virtual | ~Birikyu () |
| bool | createIceActor () override |
| | Callback for spawning ice blocks when frozen by an ice flower.
|
| void | vsPlayerHitCheck_Normal (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) override |
| void | vsYoshiHitCheck_Normal (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) override |
| bool | hitCallback_WireNet (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) override |
| bool | hitCallback_HipAttk (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) override |
| bool | hitCallback_PenguinSlide (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) override |
| bool | hitCallback_Cannon (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) override |
| bool | hitCallback_Fire (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) override |
| | Enemy (const ActorCreateParam ¶m) |
| | ~Enemy () override=default |
| void | changeState (const StateID &state_id) override |
| virtual bool | vf18C () |
| virtual bool | setDamage (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | checkComboClap (s32 combo_cnt) |
| virtual void | setIceAnm () |
| virtual void | returnAnm_Ice () |
| virtual void | returnState_Ice () |
| virtual void | calcMdl_Base () |
| virtual bool | vf1CC () |
| virtual bool | enemyDamageCheck (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | playerDamageCheck (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | enemyPreDamageCheck (bool *dead, ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual void | hitYoshiEat (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | yoshiDamageCheck (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | chibiYoshiDamageCheck (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | etcDamageCheck (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual void | vsEnemyHitCheck_Normal (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual void | vsChibiYoshiHitCheck_Normal (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_Star (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_Slip (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_Spin (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_YoshiHipAttk (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_AttackUnk25 (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_Shell (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_Ice (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_YoshiBullet (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_YoshiFire (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_ChibiYoshiUnk (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_ChibiYoshiLight (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_ChibiYoshiStar (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | hitCallback_AttackUnk27 (bool *dead, ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual void | setDeathInfo_Quake (s32) |
| virtual void | setDeathInfo_IceBreak () |
| virtual bool | setDeathInfo_Star (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| virtual bool | isQuakeDamage () |
| virtual void | setDeathSound_Fire () |
| virtual void | setDeathSound_HipAttk () |
| virtual void | fumiJumpSet (Actor *) |
| virtual void | fumiScoreSet (Actor *) |
| virtual void | yoshiFumiJumpSet (Actor *) |
| virtual void | yoshiFumiScoreSet (Actor *) |
| virtual void | mameFumiJumpSet (Actor *) |
| virtual void | fumiSE (Actor *) |
| virtual void | fumiEffect (Actor *) |
| virtual void | spinfumiSE (Actor *) |
| void | spinfumiEffect (Actor *) |
| virtual void | mamefumiSE () |
| virtual void | mamefumiEffect (Actor *) |
| virtual void | yoshifumiSE (Actor *) |
| virtual void | hipatkEffect (const sead::Vector3f &effect_pos) |
| virtual void | vf34C () |
| virtual bool | checkDispIn () |
| virtual void | setAwaHit (Actor *awa) |
| virtual void | awaCatchMove (Actor *awa) |
| virtual void | setAwaCatchEnd (Actor *awa) |
| virtual void | setAwaInvalid (Actor *awa) |
| void | setDeathInfo_Fall (DirType direction, s32 player_no=-1, ScoreMgr::ScoreType score_type=ScoreMgr::cScoreType_Invalid) |
| void | setDeathInfo_Fall (const sead::Vector2f *speeds, DirType direction, s32 player_no=-1, ScoreMgr::ScoreType score_type=ScoreMgr::cScoreType_Invalid) |
| void | setDeathInfo_Fumi (Actor *player, const sead::Vector2f &speed, const StateID &state_id) |
| void | setDeathInfo_Fumi (Actor *player, const sead::Vector2f &speed) |
| void | setDeathInfo_FumiFall (Actor *player, const sead::Vector2f &speed) |
| void | setDeathInfo_FumiOther (Actor *player, const sead::Vector2f &speed) |
| void | setDeathInfo_SpinFumi (Actor *) |
| void | setDeathInfo_YoshiFumi (Actor *) |
| void | startSound (const char *name) |
| FumiType | fumiCheck (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other, FumiSeType se_type) |
| | Process a collision with a player and return which type occurred.
|
| s32 | calcComboPlFumiCnt (Actor *player) |
| void | bound (f32, f32, f32) |
| void | calcMdl_Normal () |
| bool | isDead () const |
| void | hitdamageEffect (const sead::Vector3f &effect_pos) |
| Angle | applyWaterRollDec (Angle ang) |
| void | killIce () |
| void | fumistepSE (Actor *) |
| void | yoshifumistepSE (Actor *) |
| void | spinFumiJumpSet (Actor *actor) |
| void | spinFumiScoreSet (Actor *) |
| | ActorMultiState (const ActorCreateParam ¶m) |
| | ~ActorMultiState () override |
| void | executeState () |
| bool | isState (const StateID &state_id) const |
| bool | isOldState (const StateID &state_id) const |
| bool | isMainState (const StateID &state_id) const |
| ActorBgCollisionCheck * | getBgCheck () override |
| virtual void | setPlayerNo (s8 id) |
| s8 | getPlayerNo () const |
| virtual void | removeCollisionCheck () |
| virtual void | reviveCollisionCheck () |
| virtual void | setCarryFall (Actor *, s32) |
| virtual bool | isSpinLiftUpEnable () |
| virtual void | setSpinLiftUpActor (Actor *player) |
| virtual void | vfC4 () |
| virtual void | vfCC () |
| bool | checkCarried (s32 *player_no) |
| s32 | getComboCnt () const |
| void | clrComboCnt () |
| void | incComboCnt () |
| void | slideComboSE (s32 combo_cnt, bool combo_type_2) |
| s32 | searchNearPlayer (sead::Vector2f &out) |
| DirType | getPlayerDirLR (const sead::Vector3f &position) |
| DirType | getPlayerDirUD (const sead::Vector3f &position) |
| DirType | getPlayerDirLR () |
| DirType | getPlayerDirUD () |
| bool | screenOutCheck (u16 flag) |
| | Checks if the actor is out of gameplay and optionally deletes it.
|
| virtual void | allEnemyDeathEffSet () |
| virtual void | waterSplashEffect (const sead::Vector3f &pos) |
| virtual void | yoganSplashEffect (const sead::Vector3f &pos) |
| virtual void | yoganWaveSplashEffect (const sead::Vector3f &pos) |
| virtual void | poisonSplashEffect (const sead::Vector3f &pos) |
| f32 | getEffectZPos () const |
| bool | checkEat () const |
| void | deleteActor (bool manual_deleted) |
| | Schedule this actor for deletion on the next frame.
|
| ActorCollisionCheck & | getCollisionCheck () |
| const ActorCollisionCheck & | getCollisionCheck () const |
| bool | isExecEnable () const |
| bool | isDrawEnable () const |
| DirType | getDirection () const |
| void | setDirection (DirType dir) |
| u8 | getLayer () const |
| f32 | getSpeedF () const |
| void | setSpeedF (f32 speedF) |
| f32 | getMaxSpeedF () const |
| void | setMaxSpeedF (f32 maxSpeedF) |
| f32 | getMaxFallSpeed () const |
| void | setMaxFallSpeed (f32 maxFallSpeed) |
| f32 | getAccelY () const |
| void | setAccelY (f32 accelY) |
| f32 | getAccelF () const |
| void | setAccelF (f32 accelF) |
| sead::Vector3f & | getPos () |
| const sead::Vector3f & | getPos () const |
| sead::Vector2f & | getPos2D () |
| const sead::Vector2f & | getPos2D () const |
| sead::Vector3f | getCenterPos () const |
| sead::Vector2f | getCenterPos2D () const |
| f32 | getCenterX () const |
| f32 | getCenterY () const |
| f32 | getCenterZ () const |
| sead::Vector3f & | getSpeedVec () |
| const sead::Vector3f & | getSpeedVec () const |
| sead::Vector3f & | getSpeedMaxVec () |
| const sead::Vector3f & | getSpeedMaxVec () const |
| sead::Vector3f & | getScale () |
| const sead::Vector3f & | getScale () const |
| Angle3 & | getAngle () |
| const Angle3 & | getAngle () const |
| ActorType | getActorType () const |
| void | setKind (ActorType type) |
| bool | getManualDeletedFlag () const |
| CarryFlag | getCarryFlag () const |
| u8 | getSwitchFlag0 () const |
| u8 | getSwitchFlag1 () const |
| u32 | getProfFlag () const |
| bool | isActive () const |
| | Whether this actor has been successfully created and is now active.
|
| void | deleteRequest () |
| | Schedule this actor for deletion on the next frame.
|
| bool | isRequestedDelete () const |
| | Whether this actor has been scheduled for deletion on the next frame.
|
| ActorUniqueID | getActorUniqueID () const |
| | The unique identifier handle for this actor.
|
| s32 | getProfileID () const |
| | The specific profile ID which this actor was instantiated from.
|
| Profile * | getProfile () const |
| | The specific profile which this actor was instantiated from.
|
| bool | isCreatedImmediately () const |
| | Whether the actor was created with ActorMgr::createImmediately(), rather than deferred with ActorMgr::createLater().
|
| bool | isMapActor () const |
| | Whether the actor was spawned from the level with ActorCreateMgr, rather than dynamically spawned by another actor.
|
| u32 | getParam0 () const |
| | Level designer configuration. Also known as "nybbles" or "spritedata".
|
| u32 | getParam1 () const |
| | Level designer configuration. Also known as "nybbles" or "spritedata".
|
| ActorParamEx1 | getParamEx () const |
| | Extra level designer configuration. Also known as "nybbles" or "spritedata".
|
| const List & | getChildList () const |
| | sead::OffsetList used for holding child actors spawned by this actor. Managed automatically if param.parent_id is set when spawning.
|
| sead::Heap * | getActorHeap () const |
| | The personal heap for this actor.
|
| ActorBase * | getParent () const |
| template<typename T> |
| T * | getParent () const |
| | The parent actor pointer if this actor is a child, nullptr otherwise.
|
| void | removeChild (ActorBase *child) |
| | Disconnects a child from this actor's family tree.
|
|
| Result | create () override |
| | Main initialization/setup callback for the actor.
|
| bool | execute () override |
| | Main execution/logic callback for the actor. Called every frame (the game runs at exactly 60 FPS).
|
| bool | draw () override |
| | Main rendering callback for the actor. Called every frame (the game runs at exactly 60 FPS).
|
| Result | doDelete () override |
| | Main deletion callback for the actor.
|
| virtual void | vf4E4 () |
| virtual void | initializeCc_ () |
| void | calcMdl_ () |
| bool | preExecute () override |
| | Callback invoked before the execute operation.
|
| void | blockHitInit_ () override |
| void | setSmokeDamage_ (Actor *) override |
| bool | setTouchDrcDamage_ (const sead::Vector2f &pos) override |
| | ActorCollision (const ActorCreateParam ¶m) |
| void | postCreate (MainState state) override |
| | Callback invoked unconditionally after the create phase completes. It executes even if preCreate() bypassed the main create() operation.
|
| void | postExecute (MainState state) override |
| | Callback invoked unconditionally after the execute phase completes. It executes even if preExecute() bypassed the main execute() operation.
|
| virtual void | setWaterFunsui_ (bool enable) |
| virtual bool | isWaterFunsui_ () const |
| virtual void | beginFunsui_ () |
| virtual void | endFunsui_ (f32 speed_y) |
| virtual bool | isFunsui_ () const |
| virtual void | vf134 (f32 speed) |
| virtual bool | vf13C () |
| virtual void | vf144 (s32) |
| virtual void | setFunsuiPos_ (sead::Vector2f dst) |
| virtual void | setFunsuiSpeedY_ (f32 speed) |
| virtual bool | smokeDamageEnable_Yogan_ (f32 surface_pos_y) |
| virtual bool | smokeDamageEnable_Poison_ (f32 surface_pos_y) |
| virtual void | getBox_ (sead::BoundBox2f &box) |
| | ~ActorCollision () override |
| BgCheckFlag | bgCheck_ () |
| bool | bgCheckFoot_ () const |
| bool | bgCheckWall_ () const |
| void | clampMoveDistance_ (BgCollision &bg_collision) |
| bool | isHitBgCollision_ (const BgCollision &bg_collision) const |
| void | calcSpeedY_ () |
| void | calcFallSpeed_ () |
| void | posMove_ () |
| void | posMoveCalcJump_ () |
| void | calcJumpSpeedF_ () |
| WaterType | checkWater_ (f32 *surface_pos_y) |
| void | enterWater_ () |
| bool | hasamareBgCheck_ () |
| void | checkSnapToGround_ (f32 y_check_distance, const ActorBgCollisionCheck::Sensor &foot_sensor) |
| void | snapToGround_ (f32 y_check_distance, const ActorBgCollisionCheck::Sensor &foot_sensor, bool extended, bool force) |
| void | registerInGamescene_ () |
| bool | checkForSuitableGround_ (const sead::Vector2f &offset) const |
| | Actor (const ActorCreateParam ¶m) |
| | ~Actor () override |
| bool | preDraw () override |
| | Callback invoked before the draw operation.
|
| virtual bool | drawCullCheck_ () |
| void | splashEffect_ (const sead::Vector3f &pos, EffectID effect_id, u8 wave_scale, const char *sound_label) |
| void | setAreaNo_ () |
| void | calcSpeedX_ () |
| void | calcSpeedY_ (f32 accel_y, f32 speed_max_y) |
| void | calcSpeedY_ () |
| void | calcSpeedF_ (f32 accelF, f32 max_speedF) |
| void | calcSpeedF_ () |
| void | calcFallSpeed_ (f32 accel_y, f32 max_fall_speed) |
| void | calcFallSpeed_ () |
| void | posMove_ (sead::Vector3f &delta) |
| void | posMove_ (sead::Vector2f &delta_xy, f32 delta_z) |
| void | posMove_ () |
| void | carryFukidashiCheck_ (s32 action) |
| void | carryFukidashiCheck_ (s32 action, const sead::Vector2f &range) |
| void | carryFukidashiCancel_ (s32 action, s32 player_no) |
| bool | isEnablePressLR_ (const ActorBgCollisionCheck &bc) |
| bool | isEnablePressUD_ (const ActorBgCollisionCheck &bc) |
| bool | setPressBreakLR_ (const ActorBgCollisionCheck &bc) |
| bool | setPressBreakUD_ (const ActorBgCollisionCheck &bc) |
| bool | setPressIceHeadBreak_ (const ActorBgCollisionCheck &bc) |
| bool | setPressBreakIce_ (const BgCollision *bg_collision) |
| bool | setPressBreakBlockDRC_ (const BgCollision *bg_collision) |
| | ActorBase (const ActorCreateParam ¶m) |
| | Constructs an actor from configuration data.
|
| virtual | ~ActorBase () |
| | Destroys the actor and orphans all of its children.
|
| virtual bool | preCreate () |
| | Callback invoked before the create operation.
|
| virtual void | finalUpdate () |
| | Callback which is called after all other actors have finished executing for this frame.
|
| virtual void | postDraw (MainState state) |
| | Callback invoked unconditionally after the draw phase completes. It executes even if preDraw() bypassed the main draw() operation.
|
| virtual bool | preDelete () |
| | Callback invoked before the delete operation.
|
| virtual void | postDelete (MainState state) |
| | Unconditionally called callback for after the delete operation.
|
| void | setActive_ (bool active) |
|
| enum | FumiType { cFumiType_Hit = 0
, cFumiType_Fumi
, cFumiType_MameFumi
, cFumiType_SpinFumi
} |
| | Defines the classification of player-enemy stomp and collision interactions. More...
|
| enum | FumiSeType { cFumiSeType_Normal = 0
, cFumiSeType_Step
, cFumiSeType_NoEffect
} |
| enum | EnFlag { cEnFlag_Shell = 1 << 0
, cEnFlag_Carry = 1 << 1
, cEnFlag_16 = 1 << 16
, cEnFlag_NoCeilCheckPlayer = 1 << 24
} |
| enum | ActorType {
cActorType_Generic = 0
, cActorType_Player
, cActorType_Yoshi
, cActorType_Enemy
,
cActorType_ChibiYoshi
} |
| enum | CarryFlag {
cCarryFlag_Release = 1 << 0
, cCarryFlag_Throw = 1 << 1
, cCarryFlag_ThrowHard = 1 << 2
, cCarryFlag_None = 0
,
cCarryFlag_All = cCarryFlag_Release | cCarryFlag_Throw | cCarryFlag_ThrowHard
} |
| enum | ScreenOutFlag {
cScreenOutFlag_SkipNone = 0
, cScreenOutFlag_SkipDeletion = 1 << 1
, cScreenOutFlag_SkipCameraCheck = 1 << 2
, cScreenOutFlag_SkipRideCheck = 1 << 3
,
cScreenOutFlag_SkipTottenCheck = 1 << 4
} |
| | Flags to pass to screenOutCheck to skip checks or actions during the evaluation. More...
|
| enum | MainState { cState_None = 0
, cState_Failed
, cState_Success
, cState_Wait
} |
| | Represents the execution state of a main operation, and whether it was skipped. More...
|
| enum | Result { cResult_Wait = 0
, cResult_Success
, cResult_Failed
} |
| | Defines signals to pass to ActorMgr when performing create and delete operations on the actor. More...
|
| typedef sead::OffsetList< ActorBase > | List |
| static bool | ceilCheck (f32 pos_y, ActorCollisionCheck *cc) |
| static void | normal_collcheck (ActorCollisionCheck *cc_self, ActorCollisionCheck *cc_other) |
| static void | fireballInvalid (ActorCollisionCheck *cc_other) |
| static void | iceballInvalid (ActorCollisionCheck *cc_other) |
| enum | BgCheckFlag { cBgCheckFlag_Foot = 1 << 0
, cBgCheckFlag_Head = 1 << 1
, cBgCheckFlag_Wall = 1 << 2
, cBgCheckFlag_None = 0
} |
| enum | WaterCalcType { cWaterCalcType_Normal = 0
, cWaterCalcType_EnablePreCheck
, cWaterCalcType_ForceOut
} |
| static const f32 | cCullXLimit |
| static const f32 | cCullYLimit |