Difference between revisions of "love.filesystem.setSource"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Sets the source of the game, where the code is present, can only be called once, done automatically.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::love.filesystem]]
 
* [[parent::love.filesystem]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Sets the source of the game, where the code is present, can only be called once, done automatically.}}

Revision as of 16:17, 14 February 2010

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