Difference between revisions of "love.draw"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Callback function used to draw on the screen every frame.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::love]]
 
* [[parent::love]]
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
{{#set:Description=}}
+
{{#set:Description=Callback function used to draw on the screen every frame.}}

Revision as of 16:17, 14 February 2010

Callback function used to draw on the screen every frame.

Function

Synopsis

love.draw( )

Arguments

None.

Returns

Nothing.

See Also