Difference between revisions of "love.filesystem.init"

m (included link to other languages)
Line 1: Line 1:
Initializes love.filesystem, will be called internally, so should not be used explicitly
+
Initializes love.filesystem, will be called internally, so should not be used explicitly.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 12: Line 12:
 
* [[parent::love.filesystem]]
 
* [[parent::love.filesystem]]
 
[[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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.filesystem.init}}
 
{{i18n|love.filesystem.init}}

Revision as of 09:40, 25 March 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