Difference between revisions of "love.filesystem.init"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Initializes love.filesystem, will be called internally, so should not be used explictly
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::love.filesystem]]
 
* [[parent::love.filesystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Initializes love.filesystem, will be called internally, so should not be used explictly}}

Revision as of 16:17, 14 February 2010

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

Function

Synopsis

love.filesystem.init( )

Arguments

None.

Returns

Nothing.

See Also