lovr.filesystem.setSource
Sets the location of the project's source. This can only be done once, and is usually done internally.
lovr.filesystem.setSource(identity)
Arguments
Name | Type | Description |
identity | string | The path containing the project's source. |
Returns
Nothing
See also
lovr.filesystem.getSource
lovr.filesystem