Expand description

Common run conditions

Functions

  • Run condition that is active on a regular time interval, using Time<Real> to advance the timer. The timer ticks are not scaled.
  • Run condition that is active on a regular time interval, using Time to advance the timer. The timer ticks at the rate of Time::relative_speed.