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

Latest commit

 

History

History
20 lines (15 loc) · 1.29 KB

Waypoint.md

File metadata and controls

20 lines (15 loc) · 1.29 KB

Waypoint

Properties

Name Type Description Notes
symbol String Symbol fo the waypoint.
r#type crate::models::WaypointType
system_symbol String The symbol of the system this waypoint belongs to.
x i32 Relative position of the waypoint on the system's x axis. This is not an absolute position in the universe.
y i32 Relative position of the waypoint on the system's y axis. This is not an absolute position in the universe.
orbitals Veccrate::models::WaypointOrbital Waypoints that orbit this waypoint.
orbits Option<String> The symbol of the parent waypoint, if this waypoint is in orbit around another waypoint. Otherwise this value is undefined. [optional]
faction Option<crate::models::WaypointFaction> [optional]
traits Veccrate::models::WaypointTrait The traits of the waypoint.
chart Option<crate::models::Chart> [optional]

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