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.5 KB

Waypoint.md

File metadata and controls

22 lines (17 loc) · 1.5 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.
modifiers Option<Veccrate::models::WaypointModifier> The modifiers of the waypoint. [optional]
chart Option<crate::models::Chart> [optional]
is_under_construction bool True if the waypoint is under construction.

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