AdminCommandOut Type
Outbound hub → engine admin command. Action codes map to
AutohostInterface.cpp in the engine source.
Union cases
| Union case |
Description
|
Full Usage:
KillServer
|
Request the engine to shut down cleanly (force-end). Action code 0. |
Full Usage:
Pause paused
Parameters:
bool
|
Set the simulation pause flag. Action code 5.
|
Full Usage:
SayMessage text
Parameters:
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.
|
Full Usage:
SetGameSpeed speed
Parameters:
float32
|
Set the engine speed multiplier. Action code 4.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsKillServer
Returns: bool
|
|
Full Usage:
this.IsPause
Returns: bool
|
|
Full Usage:
this.IsSayMessage
Returns: bool
|
|
Full Usage:
this.IsSetGameSpeed
Returns: bool
|
|
FSBarV1_Archived