models/scanned_waypoint

Types

pub type ScannedWaypoint {
  ScannedWaypoint(
    symbol: waypoint_symbol.WaypointSymbol,
    type_: waypoint_type.WaypointType,
    system_symbol: system_symbol.SystemSymbol,
    x: Int,
    y: Int,
    orbitals: List(waypoint_orbital.WaypointOrbital),
    faction: option.Option(waypoint_faction.WaypointFaction),
    traits: List(waypoint_trait.WaypointTrait),
    chart: option.Option(chart.Chart),
  )
}

Constructors

Values

Search Document