import 'package:openapi/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
symbol | String | The globally unique identifier of the ship in the following format: [AGENT_SYMBOL]-[HEX_ID] |
|
registration | ShipRegistration | ||
nav | ShipNav | ||
crew | ShipCrew | ||
frame | ShipFrame | ||
reactor | ShipReactor | ||
engine | ShipEngine | ||
cooldown | Cooldown | ||
modules | List | Modules installed in this ship. | [default to const []] |
mounts | List | Mounts installed in this ship. | [default to const []] |
cargo | ShipCargo | ||
fuel | ShipFuel |