models/system_waypoint
Types
pub type SystemWaypoint {
SystemWaypoint(
symbol: waypoint_symbol.WaypointSymbol,
type_: waypoint_type.WaypointType,
x: Int,
y: Int,
orbitals: List(waypoint_orbital.WaypointOrbital),
orbits: option.Option(waypoint_symbol.WaypointSymbol),
)
}
Constructors
-
SystemWaypoint( symbol: waypoint_symbol.WaypointSymbol, type_: waypoint_type.WaypointType, x: Int, y: Int, orbitals: List(waypoint_orbital.WaypointOrbital), orbits: option.Option(waypoint_symbol.WaypointSymbol), )
Values
pub fn decoder() -> decode.Decoder(SystemWaypoint)