Difference between revisions of "love.filesystem.init"

(Document argument)
Line 3: Line 3:
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
love.filesystem.init( )
+
love.filesystem.init( appname )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None.
+
{{param|string|appname|The name of the application binary, typically <code>love</code>}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.

Revision as of 19:40, 18 July 2016

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

Function

Synopsis

love.filesystem.init( appname )

Arguments

string appname
The name of the application binary, typically love

Returns

Nothing.

See Also


Other Languages