Difference between revisions of "love.timer.sleep"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Sleeps the program for the specified amount of time.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[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 16:17, 14 February 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.

See Also