Logo FSBarV1_Archived

AdminCommandOut Type

Outbound hub → engine admin command. Action codes map to AutohostInterface.cpp in the engine source.

Union cases

Union case Description

KillServer

Full Usage: KillServer

Request the engine to shut down cleanly (force-end).
 Action code 0.

Pause paused

Full Usage: Pause paused

Parameters:
    paused : bool

Set the simulation pause flag. Action code 5.

paused : bool

SayMessage text

Full Usage: SayMessage text

Parameters:
    text : string

Broadcast a text message into the engine's in-game chat log.
 Action code 8. Attributed by the engine's native autohost speaker —
 no hub-supplied name.
text : string

SetGameSpeed speed

Full Usage: SetGameSpeed speed

Parameters:
    speed : float32

Set the engine speed multiplier. Action code 4.

speed : float32

Instance members

Instance member Description

this.IsKillServer

Full Usage: this.IsKillServer

Returns: bool
Returns: bool

this.IsPause

Full Usage: this.IsPause

Returns: bool
Returns: bool

this.IsSayMessage

Full Usage: this.IsSayMessage

Returns: bool
Returns: bool

this.IsSetGameSpeed

Full Usage: this.IsSetGameSpeed

Returns: bool
Returns: bool

Type something to start searching.