3#include "game/kart/KartObjectProxy.hh"
34 void setAccelerate(
bool isSet) {
38 void setDriftInput(
bool isSet) {
42 void setDriftManual(
bool isSet) {
46 void setBeforeRespawn(
bool isSet) {
50 void setWallCollision(
bool isSet) {
54 void setHopStart(
bool isSet) {
58 void setVehicleBodyFloorCollision(
bool isSet) {
62 void setAnyWheelCollision(
bool isSet) {
66 void setWallCollisionStart(
bool isSet) {
70 void setStickyRoad(
bool isSet) {
74 void setAllWheelsCollision(
bool isSet) {
78 void setTouchingGround(
bool isSet) {
82 void setHop(
bool isSet) {
86 void setBoost(
bool isSet) {
90 void setMushroomBoost(
bool isSet) {
94 void setSlipdriftCharge(
bool isSet) {
95 m_bSlipdriftCharge = isSet;
98 void setDriftAuto(
bool isSet) {
102 void setWheelie(
bool isSet) {
106 void setJumpPad(
bool isSet) {
110 void setRampBoost(
bool isSet) {
111 m_bRampBoost = isSet;
114 void setInAction(
bool isSet) {
118 void setTriggerRespawn(
bool isSet) {
119 m_bTriggerRespawn = isSet;
122 void setCannonStart(
bool isSet) {
123 m_bCannonStart = isSet;
126 void setInCannon(
bool isSet) {
130 void setTrickStart(
bool isSet) {
131 m_bTrickStart = isSet;
134 void setInATrick(
bool isSet) {
138 void setBoostOffroadInvincibility(
bool isSet) {
142 void setHalfPipeRamp(
bool isSet) {
146 void setOverZipper(
bool isSet) {
150 void setZipperInvisibleWall(
bool isSet) {
154 void setZipperBoost(
bool isSet) {
158 void setZipperStick(
bool isSet) {
162 void setZipperTrick(
bool isSet) {
166 void setDisableBackwardsAccel(
bool isSet) {
170 void setRespawnKillY(
bool isSet) {
174 void setBurnout(
bool isSet) {
178 void setTrickRot(
bool isSet) {
182 void setChargingSsmt(
bool isSet) {
186 void setRejectRoad(
bool isSet) {
190 void setRejectRoadTrigger(
bool isSet) {
194 void setTrickable(
bool isSet) {
195 m_bTrickable = isSet;
198 void setWheelieRot(
bool isSet) {
199 m_bWheelieRot = isSet;
202 void setSkipWheelCalc(
bool isSet) {
203 m_bSkipWheelCalc = isSet;
206 void setNoSparkInvisibleWall(
bool isSet) {
207 m_bNoSparkInvisibleWall = isSet;
210 void setInRespawn(
bool isSet) {
211 m_bInRespawn = isSet;
214 void setAfterRespawn(
bool isSet) {
215 m_bAfterRespawn = isSet;
218 void setJumpPadDisableYsusForce(
bool isSet) {
219 m_bJumpPadDisableYsusForce = isSet;
222 void setSomethingWallCollision(
bool isSet) {
223 m_bSomethingWallCollision = isSet;
226 void setSoftWallDrift(
bool isSet) {
227 m_bSoftWallDrift = isSet;
230 void setHWG(
bool isSet) {
234 void setAfterCannon(
bool isSet) {
235 m_bAfterCannon = isSet;
238 void setEndHalfPipe(
bool isSet) {
239 m_bEndHalfPipe = isSet;
242 void setCannonPointId(
u16 val) {
243 m_cannonPointId = val;
246 void setBoostRampType(s32 val) {
247 m_boostRampType = val;
250 void setJumpPadVariant(s32 val) {
251 m_jumpPadVariant = val;
254 void setHalfPipeInvisibilityTimer(s16 val) {
255 m_halfPipeInvisibilityTimer = val;
258 void setTrickableTimer(s16 val) {
259 m_trickableTimer = val;
264 [[nodiscard]]
bool isDrifting()
const {
268 [[nodiscard]]
bool isAccelerate()
const {
272 [[nodiscard]]
bool isBrake()
const {
276 [[nodiscard]]
bool isDriftInput()
const {
280 [[nodiscard]]
bool isDriftManual()
const {
284 [[nodiscard]]
bool isBeforeRespawn()
const {
288 [[nodiscard]]
bool isWall3Collision()
const {
292 [[nodiscard]]
bool isWallCollision()
const {
296 [[nodiscard]]
bool isHopStart()
const {
300 [[nodiscard]]
bool isAccelerateStart()
const {
304 [[nodiscard]]
bool isGroundStart()
const {
308 [[nodiscard]]
bool isVehicleBodyFloorCollision()
const {
312 [[nodiscard]]
bool isAnyWheelCollision()
const {
316 [[nodiscard]]
bool isAllWheelsCollision()
const {
320 [[nodiscard]]
bool isStickLeft()
const {
324 [[nodiscard]]
bool isWallCollisionStart()
const {
328 [[nodiscard]]
bool isAirtimeOver20()
const {
332 [[nodiscard]]
bool isStickyRoad()
const {
336 [[nodiscard]]
bool isTouchingGround()
const {
340 [[nodiscard]]
bool isHop()
const {
344 [[nodiscard]]
bool isSoftWallDrift()
const {
345 return m_bSoftWallDrift;
348 [[nodiscard]]
bool isHWG()
const {
352 [[nodiscard]]
bool isAfterCannon()
const {
353 return m_bAfterCannon;
356 [[nodiscard]]
bool isChargeStartBoost()
const {
360 [[nodiscard]]
bool isBoost()
const {
364 [[nodiscard]]
bool isAirStart()
const {
368 [[nodiscard]]
bool isStickRight()
const {
372 [[nodiscard]]
bool isMushroomBoost()
const {
376 [[nodiscard]]
bool isDriftAuto()
const {
380 [[nodiscard]]
bool isSlipdriftCharge()
const {
381 return m_bSlipdriftCharge;
384 [[nodiscard]]
bool isWheelie()
const {
388 [[nodiscard]]
bool isJumpPad()
const {
392 [[nodiscard]]
bool isRampBoost()
const {
396 [[nodiscard]]
bool isInAction()
const {
400 [[nodiscard]]
bool isTriggerRespawn()
const {
401 return m_bTriggerRespawn;
404 [[nodiscard]]
bool isCannonStart()
const {
405 return m_bCannonStart;
408 [[nodiscard]]
bool isInCannon()
const {
412 [[nodiscard]]
bool isTrickStart()
const {
413 return m_bTrickStart;
416 [[nodiscard]]
bool isInATrick()
const {
420 [[nodiscard]]
bool isBoostOffroadInvincibility()
const {
424 [[nodiscard]]
bool isHalfPipeRamp()
const {
428 [[nodiscard]]
bool isOverZipper()
const {
432 [[nodiscard]]
bool isZipperInvisibleWall()
const {
436 [[nodiscard]]
bool isZipperBoost()
const {
440 [[nodiscard]]
bool isZipperTrick()
const {
444 [[nodiscard]]
bool isDisableBackwardsAccel()
const {
448 [[nodiscard]]
bool isRespawnKillY()
const {
452 [[nodiscard]]
bool isBurnout()
const {
456 [[nodiscard]]
bool isZipperStick()
const {
460 [[nodiscard]]
bool isTrickRot()
const {
464 [[nodiscard]]
bool isChargingSsmt()
const {
468 [[nodiscard]]
bool isRejectRoad()
const {
472 [[nodiscard]]
bool isRejectRoadTrigger()
const {
476 [[nodiscard]]
bool isTrickable()
const {
480 [[nodiscard]]
bool isWheelieRot()
const {
481 return m_bWheelieRot;
484 [[nodiscard]]
bool isJumpPadDisableYsusForce()
const {
485 return m_bJumpPadDisableYsusForce;
488 [[nodiscard]]
bool isSkipWheelCalc()
const {
489 return m_bSkipWheelCalc;
492 [[nodiscard]]
bool isNoSparkInvisibleWall()
const {
493 return m_bNoSparkInvisibleWall;
496 [[nodiscard]]
bool isInRespawn()
const {
500 [[nodiscard]]
bool isAfterRespawn()
const {
501 return m_bAfterRespawn;
504 [[nodiscard]]
bool isUNK2()
const {
508 [[nodiscard]]
bool isSomethingWallCollision()
const {
509 return m_bSomethingWallCollision;
512 [[nodiscard]]
bool isEndHalfPipe()
const {
513 return m_bEndHalfPipe;
516 [[nodiscard]]
bool isAutoDrift()
const {
520 [[nodiscard]]
u16 cannonPointId()
const {
521 return m_cannonPointId;
524 [[nodiscard]] s32 boostRampType()
const {
525 return m_boostRampType;
528 [[nodiscard]] s32 jumpPadVariant()
const {
529 return m_jumpPadVariant;
532 [[nodiscard]] f32 stickX()
const {
536 [[nodiscard]] f32 stickY()
const {
540 [[nodiscard]] u32 airtime()
const {
549 return m_softWallSpeed;
552 [[nodiscard]] f32 startBoostCharge()
const {
556 [[nodiscard]] s16 wallBonkTimer()
const {
560 [[nodiscard]] s16 trickableTimer()
const {
561 return m_trickableTimer;
599 bool m_bSlipdriftCharge;
609 bool m_bTriggerRespawn;
635 bool m_bSkipWheelCalc;
636 bool m_bNoSparkInvisibleWall;
638 bool m_bAfterRespawn;
639 bool m_bJumpPadDisableYsusForce;
646 bool m_bSomethingWallCollision;
647 bool m_bSoftWallDrift;
666 s32 m_jumpPadVariant;
667 s16 m_halfPipeInvisibilityTimer;
673 s16 m_trickableTimer;
Base class for most kart-related objects.
Houses various flags and other variables to preserve the kart's state.
bool m_bZipperBoost
Set when boosting after landing from a zipper.
bool m_bRespawnKillY
Set while respawning to cap external velocity at 0.
bool m_bBoost
Set while in a boost.
bool m_bChargeStartBoost
Like m_bAccelerate but during countdown.
bool m_bHop
Set while we are in a drift hop. Clears when we land.
bool m_bBeforeRespawn
Set on respawn collision, cleared on position snap.
void clearBitfield1()
Helper function to clear all bit flags at 0x8-0xB in KartState.
size_t m_startBoostIdx
Used to map m_startBoostCharge to a start boost duration.
void clearBitfield0()
Helper function to clear all bit flags at 0x4-0x7 in KartState.
bool m_bHopStart
Set if m_bDriftInput was toggled on this frame.
bool m_bHWG
Set when "Horizontal Wall Glitch" is active.
bool m_bBurnout
Set during a burnout on race start.
bool m_bDriftAuto
Currently in a drift w/ automatic.
bool m_bStickRight
Set on right stick input. Mutually exclusive to m_bStickLeft.
void clearBitfield2()
Helper function to clear all bit flags at 0xC-0xF in KartState.
void calcStartBoost()
STAGE 1 - Each frame, calculates the start boost charge.
bool m_bRejectRoad
Collision which causes a change in the player's pos and rot.
bool m_bWallCollision
Set if we are colliding with a wall.
bool m_bZipperTrick
Set while tricking mid-air from a zipper.
s16 m_wallBonkTimer
2f counter that stunts your speed after hitting a wall.
void calcCollisions()
Each frame, checks for collision and saves relevant bit flags.
bool m_bAllWheelsCollision
Set when all wheels are touching floor collision.
bool m_bDriftInput
A "fake" button, normally set if you meet the speed requirement to hop.
void clearBitfield3()
Helper function to clear all bit flags at 0x10-0x13 in KartState.
void calcHandleStartBoost()
On countdown end, calculates and applies our start boost charge.
f32 m_stickY
One of 15 discrete stick values from [-1.0, 1.0].
bool m_bChargingSsmt
Tracks whether we are charging a stand-still mini-turbo.
bool m_bAccelerateStart
Set if m_bAccelerate was toggled on this frame.
bool m_bDriftManual
Currently in a drift w/ manual.
bool m_bAutoDrift
True if auto transmission, false if manual.
void handleStartBoost(size_t idx)
Applies the relevant start boost duration.
void calc()
Every frame, resets the input state and saves collision-related bit flags.
bool m_bZipperStick
Set while mid-air and still influenced by the zipper.
bool m_bMushroomBoost
Set while we are in a mushroom boost.
bool m_bDisableBackwardsAccel
Enforces a 20f delay when reversing after charging SSMT.
bool m_bHalfPipeRamp
Set while colliding with zipper KCL.
f32 m_stickX
One of 15 discrete stick values from [-1.0, 1.0].
bool m_bVehicleBodyFloorCollision
Set if the vehicle body is colliding with the floor.
bool m_bBoostOffroadInvincibility
Set if we should ignore offroad slowdown this frame.
bool m_bAnyWheelCollision
Set when any wheel is touching floor collision.
bool m_bStickyRoad
Like the rBC stairs.
bool m_bWall3Collision
Set when colliding with wall KCL COL_TYPE_WALL_2.
f32 m_startBoostCharge
0-1 representation of start boost charge. Burnout if >0.95f.
bool m_bWheelie
Set while we are in a wheelie (even during the countdown).
bool m_bZipperInvisibleWall
Set when colliding with invisible wall above a zipper.
bool m_bTouchingGround
Set when any part of the vehicle is colliding with floor KCL.
bool m_bRejectRoadTrigger
e.g. DK Summit ending, and Maple Treeway side walls.
bool m_bStickLeft
Set on left stick input. Mutually exclusive to m_bStickRight.
void calcInput()
Each frame, read input and save related bit flags. Also handles start boosts.
bool m_bWallCollisionStart
Set if we have just started colliding with a wall.
bool m_bOverZipper
Set while mid-air from a zipper.
bool m_bAccelerate
Accel button is pressed.
void resetEjection()
Resets certain bitfields pertaining to ejections (reject road, half pipe zippers, etc....
bool m_bGroundStart
Set first frame landing from airtime.
bool m_bAirtimeOver20
Set after 20 frames of airtime, resets on landing.
Pertains to kart-related functionality.