Difference between revisions of "love.filesystem.init"

m (1 revision: Importing from potato (again).)
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 explictly
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Revision as of 13:37, 25 July 2010

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

Function

Synopsis

love.filesystem.init( )

Arguments

None.

Returns

Nothing.

See Also