love.filesystem.setSource

love.filesystem.setSource

Sets the source of the game, where the code is present. This function can only be called once, and is normally automatically done by LÖVE.

Function

Synopsis

love.filesystem.setSource( path )

Arguments

string path
Absolute path to the game's source folder.

Returns

Nothing.

See Also


doc_love
2017-03-21 15:46:29
Comments
Leave a Comment

Please login to continue.