Logo FSBarV1_Archived

ProxyHealth Type

Operator-facing health projection over `ProxyInstallStatus`.

Union cases

Union case Description

ConfigIncomplete reasons

Full Usage: ConfigIncomplete reasons

Parameters:
    reasons : string list

Files are in place but devmode.txt / simpleAiList is still missing or `true`.

reasons : string list

NotInstalled

Full Usage: NotInstalled

No proxy install present at all.

StaleEngine(forEngine, activeEngine)

Full Usage: StaleEngine(forEngine, activeEngine)

Parameters:
    forEngine : string
    activeEngine : string

The proxy is installed but under a different engine version than the hub's active engine — the user's `AI/Skirmish/HighBarV2//` subdir belongs to a previous recoil_* release.

forEngine : string
activeEngine : string

StaleVersion(installed, bundled)

Full Usage: StaleVersion(installed, bundled)

Parameters:
    installed : string
    bundled : string

An older version of the proxy is installed under the checked engine; an upgrade would swap files.

installed : string
bundled : string

UpToDate

Full Usage: UpToDate

Everything is installed and current.

Instance members

Instance member Description

this.IsConfigIncomplete

Full Usage: this.IsConfigIncomplete

Returns: bool
Returns: bool

this.IsNotInstalled

Full Usage: this.IsNotInstalled

Returns: bool
Returns: bool

this.IsStaleEngine

Full Usage: this.IsStaleEngine

Returns: bool
Returns: bool

this.IsStaleVersion

Full Usage: this.IsStaleVersion

Returns: bool
Returns: bool

this.IsUpToDate

Full Usage: this.IsUpToDate

Returns: bool
Returns: bool

Type something to start searching.