Difference between revisions of "love.timer.sleep"

m (added section)
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sleeps the program for the specified amount of time.}}
 
{{#set:Description=Sleeps the program for the specified amount of time.}}
 
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.timer.sleep}}
 
{{i18n|love.timer.sleep}}

Revision as of 18:02, 25 March 2011

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


Other Languages