Class VehicleBaySignTranslations
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
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
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
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
VBSStateGlitched
[TranslationData("Displays the state of the sign when the vehicle was gliched when it tried to spawn.")]
public readonly Translation VBSStateGlitched
Field Value
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
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
VBSStateLayoutDisabled
[TranslationData("Displays the state of the sign when the vehicle spawner is disabled in the current layout.")]
public readonly Translation VBSStateLayoutDisabled
Field Value
VBSStateReady
[TranslationData("Displays the state of the sign when the vehicle is ready to be requested.")]
public readonly Translation VBSStateReady
Field Value
VBSTickets
[TranslationData("Displays the ticket cost on a vehicle bay sign.")]
public readonly Translation<int> VBSTickets
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }