func_system_delay.rst 392 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_system_delay:
  2. =====
  3. Delay
  4. =====
  5. Delay -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. Delay( millis )
  10. Wait for a given number of milliseconds
  11. #Delay suspends program execution for at least @millis milliseconds.<br>
  12. <br>
  13. A millisecond is one thousandth of a second.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========