Difference between revisions of "love.load"

Line 13: 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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.load}}
 
{{i18n|love.load}}

Revision as of 18:04, 25 March 2011

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

Function

Synopsis

love.load( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages