Table of Contents

Class VehicleBaySignTranslations

Namespace
Uncreated.Warfare.Signs
Assembly
Uncreated.Warfare.dll
public class VehicleBaySignTranslations : PropertiesTranslationCollection
Inheritance
VehicleBaySignTranslations
Inherited Members

Fields

VBSCreditCost

[TranslationData("Displays the credit cost on a vehicle bay sign.", IsPriorityTranslation = false)]
public readonly Translation<int> VBSCreditCost

Field Value

Translation<int>

VBSStateActive

[TranslationData("Displays the state of the sign when the vehicle is in use.", Parameters = new string?[] { "Nearest location." }, IsPriorityTranslation = false)]
public readonly Translation<string> VBSStateActive

Field Value

Translation<string>

VBSStateDead

[TranslationData("Displays the state of the sign when the vehicle is destroyed.", Parameters = new string?[] { "Minutes", "Seconds" }, IsPriorityTranslation = false)]
public readonly Translation<TimeSpan> VBSStateDead

Field Value

Translation<TimeSpan>

VBSStateDisposed

[TranslationData("Displays the state of the sign when the vehicle spawner is has been disposed and is no longer useable.")]
public readonly Translation VBSStateDisposed

Field Value

Translation

VBSStateGlitched

[TranslationData("Displays the state of the sign when the vehicle was gliched when it tried to spawn.")]
public readonly Translation VBSStateGlitched

Field Value

Translation

VBSStateIdle

[TranslationData("Displays the state of the sign when the vehicle was left idle on the field.", Parameters = new string?[] { "Minutes", "Seconds" })]
public readonly Translation<TimeSpan> VBSStateIdle

Field Value

Translation<TimeSpan>

VBSStateLayoutDelayed

[TranslationData("Displays the state of the sign when the vehicle spawner is currently delayed by the current layout.")]
public readonly Translation<TimeSpan> VBSStateLayoutDelayed

Field Value

Translation<TimeSpan>

VBSStateLayoutDisabled

[TranslationData("Displays the state of the sign when the vehicle spawner is disabled in the current layout.")]
public readonly Translation VBSStateLayoutDisabled

Field Value

Translation

VBSStateReady

[TranslationData("Displays the state of the sign when the vehicle is ready to be requested.")]
public readonly Translation VBSStateReady

Field Value

Translation

VBSTickets

[TranslationData("Displays the ticket cost on a vehicle bay sign.")]
public readonly Translation<int> VBSTickets

Field Value

Translation<int>

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string