Table of Contents

Class DevBuildablesTranslations

Namespace
Uncreated.Warfare.Commands
Assembly
Uncreated.Warfare.dll
public sealed class DevBuildablesTranslations : PropertiesTranslationCollection
Inheritance
DevBuildablesTranslations
Inherited Members

Fields

BarricadeSaveStateSuccess

[TranslationData("Sent to an admin/developer when they successfully save a barricade's state.", IsPriorityTranslation = false)]
public readonly Translation<ItemPlaceableAsset, FactionInfo> BarricadeSaveStateSuccess

Field Value

Translation<ItemPlaceableAsset, FactionInfo>

FactionsNotFound

[TranslationData("Sent to an admin/developer when they try to save a barricade's state under an unknown faction.", IsPriorityTranslation = false)]
public readonly Translation<string> FactionsNotFound

Field Value

Translation<string>

FactionsNotSupported

[TranslationData("Sent to an admin/developer when they try to use a command but factions are not supported.", IsPriorityTranslation = false)]
public readonly Translation FactionsNotSupported

Field Value

Translation

NotLookingAtBarricade

[TranslationData("Sent to an admin/developer when they try to use a command while not looking at a barricade.", IsPriorityTranslation = false)]
public readonly Translation NotLookingAtBarricade

Field Value

Translation

NotLookingAtSavedBarricade

[TranslationData("Sent to an admin/developer when they try to use a command while looking at an unsaved barricade.", IsPriorityTranslation = false)]
public readonly Translation NotLookingAtSavedBarricade

Field Value

Translation

StateRestocked

[TranslationData("Sent to an admin/developer when they try forcefully restock a barricade.", IsPriorityTranslation = false)]
public readonly Translation StateRestocked

Field Value

Translation

StateStorageNotSupported

[TranslationData("Sent to an admin/developer when they try to use a command but barricade state storage is not supported.", IsPriorityTranslation = false)]
public readonly Translation StateStorageNotSupported

Field Value

Translation

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string