Vixen
c7401864
csharp
public sealed class TravelPoint

A travel point with its names resolved.

Read the guide page for this →

Fields and properties (12)

  • public TravelPointDefinition Definition

    What it was compiled from.

  • public DefId Id

    Its id.

  • public string DisplayName

    What it is called.

  • public TravelKind Kind

    What sort it is.

  • public DefId From

    Which map it is on, or None for anywhere.

  • public DefId To

    Which map it goes to.

  • public DefId Currency

    What the fare is paid in.

  • public long Cost

    How much, never below zero.

  • public bool IsFree

    Whether it costs anything.

  • public GameplayTagRange Unlock

    What unlocks it, or an empty range for always open.

  • public float Seconds

    How long it takes.

  • public RequirementSet Requirements

    What else has to be true.

Used by (4)

  • ReferenceTestsMmo.Content.Tests
  • TravelLibraryVixen.Gameplay.Travel
  • TravelTestsVixen.Gameplay.Travel.Tests
  • TravellingVixen.Gameplay.Travel