reportProgress

fun reportProgress(index: Int, elapsedTime: Double)

Reports the progress of the bot at the given index. This method updates the progress of the bot's trajectory based on the elapsed time.

Parameters

index

The index of the bot in the botList.

elapsedTime

The elapsed time to report progress for.