Difference between revisions of "love.timer.sleep"

m (Undo revision 3373 by Nomnom (Talk))
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.}}
 +
 +
== Other Languages ==
 +
{{i18n|love.timer.sleep}}

Revision as of 17:32, 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.

See Also


Other Languages