Difference between revisions of "love.filesystem.setSource"

m (included link to other languages)
Line 13: 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.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.filesystem.setSource}}
 
{{i18n|love.filesystem.setSource}}

Revision as of 09:41, 25 March 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