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.
ID:170061
Mar 25 2005, 6:39 pm
|
|
Mar 25 2005, 7:15 pm
|
|
Yes, one tick. Since a tick is determined by tick_lag, the real time will increase, but steps will still occur once every tick.
|