What is the lowest possible delay?
Does ~0.0000001 work? Or maybe the lowest is only ~0.02?
Does it depends on fps?
What is the lowest possible delay?
Does ~0.0000001 work? Or maybe the lowest is only ~0.02?
Does it depends on fps?
Afaik it is limited by FPS.
At some point, it's neglected. Ie, get more than 1 iteration per frame in looped scripts.
Yup, that's what I said. It can't be faster than your framerate.Originally Posted by (Pulverizer @ Dec. 11 2008,15:07)
I just added that it cannot be faster, up to a point. At this point, it equals to no delay at all and you get a loop that is in fact faster than your fps.