12345678910111213141516171819202122232425262728293031323334353637 |
- .. _func_system_delay:
- =====
- Delay
- =====
- Delay -
- Description
- ===========
- .. code-block:: blitzmax
- Delay( millis )
- Wait for a given number of milliseconds
- #Delay suspends program execution for at least @millis milliseconds.<br>
- <br>
- A millisecond is one thousandth of a second.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|