ID:170061
 
I did a search for pixel_step_size on the forums, but could not discover the answer to these questions:

How much time passes between each pixel_step in normal movement? If I chang world.tick_lag to a different value, does this change the actual time between pixel_steps?

I found a couple posts that hinted that one tick passed between each pixel_step, but I can't find anything definitive.

Thanks in advance.
Yes, one tick. Since a tick is determined by tick_lag, the real time will increase, but steps will still occur once every tick.