Module status

Source
Expand description

Utilities for working with the Status.json file. The Status.json file contains information about the current status of the player and their ship. Things like if the player is docked or landed or the location of the player on a planet.

Modules§

asynchronousasynchronous
blocking

Structs§

DestinationStatus
Flags
The current flags for the player. These flags are mostly for things that are related to the player’s ship.
Flags2
A second flags field which includes flags for the on-foot status of the player.
FuelStatus
OnFootStatus
This model contains the fields which are included when the player is on-foot.
PlanetStatus
Part of the status that includes information about the planet that the player is close to.
ShipStatus
This model contains the fields which are included when the player is piloting a ship.
Status
Struct representing the live status of the player. Sometimes the file does exist, but might not contain any data (for example when just starting the game.)
StatusContents
The actual contents of the status file, containing flags for the different states part of the ship can be in and might also contain information about the planet the player is currently close to.

Enums§

GuiFocus
LegalStatus
StatusKind
The different sets of additional fields which are dependent on the current state of the player.