|
@@ -8422,25 +8422,6 @@ return {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
- name = "setSource",
|
|
|
|
- summary = "Set the project source.",
|
|
|
|
- description = "Sets the location of the project's source. This can only be done once, and is usually done internally.",
|
|
|
|
- key = "lovr.filesystem.setSource",
|
|
|
|
- module = "lovr.filesystem",
|
|
|
|
- variants = {
|
|
|
|
- {
|
|
|
|
- arguments = {
|
|
|
|
- {
|
|
|
|
- name = "identity",
|
|
|
|
- type = "string",
|
|
|
|
- description = "The path containing the project's source."
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- returns = {}
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
name = "unmount",
|
|
name = "unmount",
|
|
summary = "Unmount a mounted archive.",
|
|
summary = "Unmount a mounted archive.",
|