Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.17 KB

File metadata and controls

22 lines (17 loc) · 1.17 KB

Ship

Properties

Name Type Description Notes
symbol String The globally unique identifier of the ship in the following format: [AGENT_SYMBOL]-[HEX_ID]
registration crate::models::ShipRegistration
nav crate::models::ShipNav
crew crate::models::ShipCrew
frame crate::models::ShipFrame
reactor crate::models::ShipReactor
engine crate::models::ShipEngine
cooldown crate::models::Cooldown
modules Veccrate::models::ShipModule Modules installed in this ship.
mounts Veccrate::models::ShipMount Mounts installed in this ship.
cargo crate::models::ShipCargo
fuel crate::models::ShipFuel

[Back to Model list] [Back to API list] [Back to README]