Interface ISpeedLimitableTrain

All Known Implementing Classes:
TrainMixin

public interface ISpeedLimitableTrain
  • Method Details

    • tempSpeedLimit$set

      void tempSpeedLimit$set(double limit, boolean manual)
    • tempSpeedLimit$restore

      void tempSpeedLimit$restore(boolean manual)
    • tempSpeedLimit$has

      boolean tempSpeedLimit$has()
    • primaryLimit$get

      double primaryLimit$get()
    • primaryLimit$set

      void primaryLimit$set(double limit)