Difference between revisions of "love.load"

m (1 revision: Importing from potato (again).)
Line 1: Line 1:
 
 
This function is called exactly once at the beginning of the game.
 
This function is called exactly once at the beginning of the game.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
 
{{#set:Description=This function is called exactly once at the beginning of the game.}}
 
{{#set:Description=This function is called exactly once at the beginning of the game.}}
 +
== Other Languages ==
 +
{{i18n|love.load}}

Revision as of 20:08, 25 October 2010

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

Function

Synopsis

love.load( )

Arguments

None.

Returns

Nothing.

See Also

Other Languages