Difference between revisions of "love.filesystem.init"
m (Add full stop) |
m (Fixed typo) |
||
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 | + | {{#set:Description=Initializes love.filesystem, will be called internally, so should not be used explicitly.}} |
{{#set:Since=000}} | {{#set:Since=000}} | ||
== Other Languages == | == Other Languages == | ||
{{i18n|love.filesystem.init}} | {{i18n|love.filesystem.init}} |
Latest revision as of 13:01, 12 June 2021
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