Results 1 to 5 of 5

Thread: Lowest delay

  1. #1
    What is the lowest possible delay?

    Does ~0.0000001 work? Or maybe the lowest is only ~0.02?
    Does it depends on fps?
    -------------

  2. #2
    oida ouk eidos raedor's Avatar
    Join Date
    Sep 30 2002
    Location
    Germany, Austria
    Posts
    5,284
    Afaik it is limited by FPS.

  3. #3
    At some point, it's neglected. Ie, get more than 1 iteration per frame in looped scripts.

  4. #4
    oida ouk eidos raedor's Avatar
    Join Date
    Sep 30 2002
    Location
    Germany, Austria
    Posts
    5,284
    Quote Originally Posted by (Pulverizer @ Dec. 11 2008,15:07)
    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.

  5. #5
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •