3#include "game/kart/KartObjectProxy.hh"
5#include "game/system/KPadController.hh"
20 void calcLanding(
bool);
21 void activateTrick(s32 duration, System::Trick trick);
25 static consteval f32 TerminalVelocity() {
30 enum class StuntType {
44 f32 angleDeltaFactorMin;
45 f32 angleDeltaFactorDecr;
52 void setProperties(
size_t idx);
57 f32 angleDeltaFactorDecr;
62 bool m_touchingZipper;
71 System::Trick m_trick;
Handles the physics and boosts associated with zippers.
s32 m_attemptedTrickTimer
When attempting a trick, tracks how long the animation would be.
Base class for most kart-related objects.
Pertains to kart-related functionality.
A quaternion, used to represent 3D rotation.
Angle properties corresponding with the stunts.