Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.51 KB

Waypoint.md

File metadata and controls

26 lines (21 loc) · 1.51 KB

openapi.model.Waypoint

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
symbol String The symbol of the waypoint.
type WaypointType
systemSymbol String The symbol of the system.
x int Relative position of the waypoint on the system's x axis. This is not an absolute position in the universe.
y int Relative position of the waypoint on the system's y axis. This is not an absolute position in the universe.
orbitals List Waypoints that orbit this waypoint. [default to const []]
orbits String The symbol of the parent waypoint, if this waypoint is in orbit around another waypoint. Otherwise this value is undefined. [optional]
faction WaypointFaction [optional]
traits List The traits of the waypoint. [default to const []]
modifiers List The modifiers of the waypoint. [optional] [default to const []]
chart Chart [optional]
isUnderConstruction bool True if the waypoint is under construction.

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