RailRider class
Constructors, destructors, conversion operators
Public functions
- void moveToRailStart()
- void move()
- void syncPosDir()
- void setCoord(f32 coord)
- void moveToRailPoint(s32 point)
- void moveToRailEnd()
- void moveToBegin()
- void moveToGoal()
-
void moveToNearestRail(const sead::
Vector3f& position) - void reverse()
- void setMoveGoingStart()
- void setMoveGoingEnd()
- void setSpeed(f32 speed)
- void addSpeed(f32 speed)
- void scaleSpeed(f32 speed)
- auto isReachedGoal() -> bool
- auto isReachedRailEnd() -> bool
- auto isReachedRailStart() -> bool
- auto isReachedEdge() -> bool