Skip to contents

Run a system, advancing time and the state by repeatedly running its update method. You can advance a system up to a time (which must be in the future).

Usage

dust_system_run_to_time(sys, time)

Arguments

sys

A dust_system object

time

Time to run to

Value

Nothing, called for side effects only