Difference between revisions of "love.load"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
This function is called exactly once at the beginning of the game.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::love]]
 
* [[parent::love]]
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
{{#set:Description=}}
+
{{#set:Description=This function is called exactly once at the beginning of the game.}}

Revision as of 16:17, 14 February 2010

This function is called exactly once at the beginning of the game.

Function

Synopsis

love.load( )

Arguments

None.

Returns

Nothing.

See Also