Logo FSBarV1_Archived

ProxyInstallStatus Type

On-disk snapshot of one engine's proxy-install state. Produced by `checkStatus`; consumed by `health` and by the Settings tab status display.

Record fields

Record Field Description

AiFilesPresent

Full Usage: AiFilesPresent

Field type: bool

All three proxy files exist under `InstalledAtPath`.

Field type: bool

DevModeFilePresent

Full Usage: DevModeFilePresent

Field type: bool

`/devmode.txt` exists.

Field type: bool

EngineVersion

Full Usage: EngineVersion

Field type: string

Engine version the status pertains to (e.g. `"2026.03.14"`).

Field type: string

InstalledAtPath

Full Usage: InstalledAtPath

Field type: string

Absolute path to the target install directory under the engine, even when it does not yet exist.

Field type: string

InstalledVersion

Full Usage: InstalledVersion

Field type: string option

Version of the proxy currently installed at `InstalledAtPath`. `None` when no install is present.

Field type: string option

MatchesBundled

Full Usage: MatchesBundled

Field type: bool

`InstalledVersion = Some bundled.Version`, i.e. no upgrade required.

Field type: bool

SimpleAiListDisabled

Full Usage: SimpleAiListDisabled

Field type: bool

`/LuaMenu/Config/IGL_data.lua` contains `simpleAiList = false` (targeted-edit check).

Field type: bool

Type something to start searching.