Difference between revisions of "love.filesystem.init"

m (included link to other languages)
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Initializes love.filesystem, will be called internally, so should not be used explictly}}
 
{{#set:Description=Initializes love.filesystem, will be called internally, so should not be used explictly}}
 +
== Other Languages ==
 +
{{i18n|love.filesystem.init}}

Revision as of 22:49, 3 January 2011

Initializes love.filesystem, will be called internally, so should not be used explicitly

Function

Synopsis

love.filesystem.init( )

Arguments

None.

Returns

Nothing.

See Also

Other Languages