csharp
public record class TravelPointDefinitionA portal, a waypoint, a taxi route, a summon or an instance door.
Fields and properties (10)
public string DisplayNameWhat it is called.
public TravelKind KindWhat sort it is.
public string FromThe address of the map it is on, or empty for one usable anywhere.
public string ToThe address of the map it goes to.
public string DestinationWhat the destination is called, for a client that has not loaded the map.
public string UnlockedByThe tag that unlocks it — the one a point of interest grants. Empty for always open.
public string CurrencyThe address of what the fare is paid in. Empty for free.
public long CostHow much.
public float SecondsHow long it takes, in seconds. Zero for instant.
public List<RequirementDefinition> RequiresWhat else has to be true.
Methods (1)
public override void CollectTags(ICollection<string> tags)Every tag this definition mentions, so the content build can bake the tag table.
Used by (8)
- ReferenceTestsMmo.Content.Tests
- ContentVixen.Gameplay.Travel.Tests
- TravelLibraryVixen.Gameplay.Travel
- TravelModuleVixen.Gameplay.Travel
- TravelPointVixen.Gameplay.Travel
- TravelTestsVixen.Gameplay.Travel.Tests
- TypeRegistrationVixen.Gameplay.Travel
- Vixen_Gameplay_Travel_TravelPointDefinitionSerializerVixen.Gameplay.Travel