csharp
public sealed class TravelPointA travel point with its names resolved.
Fields and properties (12)
public TravelPointDefinition DefinitionWhat it was compiled from.
public DefId IdIts id.
public string DisplayNameWhat it is called.
public TravelKind KindWhat sort it is.
public DefId FromWhich map it is on, or None for anywhere.
public DefId ToWhich map it goes to.
public DefId CurrencyWhat the fare is paid in.
public long CostHow much, never below zero.
public bool IsFreeWhether it costs anything.
public GameplayTagRange UnlockWhat unlocks it, or an empty range for always open.
public float SecondsHow long it takes.
public RequirementSet RequirementsWhat else has to be true.
Used by (4)
- ReferenceTestsMmo.Content.Tests
- TravelLibraryVixen.Gameplay.Travel
- TravelTestsVixen.Gameplay.Travel.Tests
- TravellingVixen.Gameplay.Travel