Difference between revisions of "love.timer.sleep"
(translated original) |
|||
Line 1: | Line 1: | ||
− | + | Sleeps the program for the specified amount of time. | |
− | == | + | == Function == |
− | === | + | === Synopsis === |
<source lang="lua"> | <source lang="lua"> | ||
love.timer.sleep( ms ) | love.timer.sleep( ms ) | ||
</source> | </source> | ||
− | === | + | === Arguments === |
− | {{param|number|ms| | + | {{param|number|ms|Milliseconds to sleep for.}} |
− | === | + | === Returns === |
− | + | Nothing. | |
− | == | + | == See Also == |
− | * [[parent::love.timer | + | * [[parent::love.timer]] |
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#set:Description=Sleeps the program for the specified amount of time.}} |
− | |||
− | |||
− |
Revision as of 17:31, 16 November 2010
Sleeps the program for the specified amount of time.
Function
Synopsis
love.timer.sleep( ms )
Arguments
number ms
- Milliseconds to sleep for.
Returns
Nothing.