love.load

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

Function

Synopsis

love.load( arg )

Arguments

table arg
Command line arguments given to the game.

Returns

Nothing.

See Also


Other Languages