Difference between revisions of "love.draw"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
Callback function used to draw on the screen every frame.
 
Callback function used to draw on the screen every frame.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
 
{{#set:Description=Callback function used to draw on the screen every frame.}}
 
{{#set:Description=Callback function used to draw on the screen every frame.}}
 +
== Other Languages ==
 +
{{i18n|love.draw}}

Revision as of 19:58, 25 October 2010

Callback function used to draw on the screen every frame.

Function

Synopsis

love.draw( )

Arguments

None.

Returns

Nothing.

See Also

Other Languages