Difference between revisions of "love.filesystem.setSource"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Sets the source of the game, where the code is present, can only be called once, done automatically.
 
Sets the source of the game, where the code is present, can only be called once, done automatically.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets the source of the game, where the code is present, can only be called once, done automatically.}}
 
{{#set:Description=Sets the source of the game, where the code is present, can only be called once, done automatically.}}
 +
== Other Languages ==
 +
{{i18n|love.filesystem.setSource}}

Revision as of 09:01, 5 January 2011

Sets the source of the game, where the code is present, can only be called once, done automatically.

Function

Synopsis

love.filesystem.setSource( )

Arguments

None.

Returns

Nothing.

See Also

Other Languages