BarInstallError Type
Failure modes surfaced by `detect`.
Union cases
| Union case |
Description
|
Full Usage:
DataDirNotFound path
Parameters:
string
|
The resolved data directory (override or default) does not exist on disk.
|
Full Usage:
EngineSubdirMissing path
Parameters:
string
|
The data directory exists but does not contain an `engine/` subdirectory.
|
Full Usage:
NoEngineVersions path
Parameters:
string
|
The data directory and `engine/` subdirectory both exist but no `recoil_*` versions are installed.
|
Full Usage:
OverriddenEngineNotFound version
Parameters:
string
|
`HubSettings.EngineVersionOverride` names a version that
does not exist under `
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDataDirNotFound
Returns: bool
|
|
Full Usage:
this.IsEngineSubdirMissing
Returns: bool
|
|
Full Usage:
this.IsNoEngineVersions
Returns: bool
|
|
Full Usage:
this.IsOverriddenEngineNotFound
Returns: bool
|
|
FSBarV1_Archived