Difference between revisions of "love.filesystem.init"
(Document argument) |
m (Add full stop) |
||
Line 6: | Line 6: | ||
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
− | {{param|string|appname|The name of the application binary, typically <code>love</code>}} | + | {{param|string|appname|The name of the application binary, typically <code>love</code>.}} |
=== Returns === | === Returns === | ||
Nothing. | Nothing. |
Revision as of 23:03, 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
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info