models/waypoint_type

Types

pub type WaypointType {
  Planet
  GasGiant
  Moon
  OrbitalStation
  JumpGate
  AsteroidField
  Asteroid
  EngineeredAsteroid
  AsteroidBase
  Nebula
  DebrisField
  GravityWell
  ArtificialGravityWell
  FuelStation
}

Constructors

  • Planet
  • GasGiant
  • Moon
  • OrbitalStation
  • JumpGate
  • AsteroidField
  • Asteroid
  • EngineeredAsteroid
  • AsteroidBase
  • Nebula
  • DebrisField
  • GravityWell
  • ArtificialGravityWell
  • FuelStation

Values

pub fn encode(waypoint_type: WaypointType) -> json.Json
pub fn parse(value: String) -> Result(WaypointType, Nil)
pub fn to_string(waypoint_type: WaypointType) -> String
Search Document