Code: Select all
function on_tick_driver(driver, direction)
driver.riding_state = {
acceleration = defines.riding.acceleration.accelerating,
direction = direction,
}
end
If not, what is the theoretical max train speed I can handle before this breaks down?