Hi,
I’m looking at updating player position in the match loop. Is there a delta time variable exposed somewhere that contains the time since the match loop was last run so I can make the movement code time independent or is using the tick rate sufficient?
tick rate := 10
so delta_time := 100ms
Thanks.