Class WhitelistTranslations
- Namespace
- Uncreated.Warfare.Kits.Whitelists
- Assembly
- Uncreated.Warfare.dll
public class WhitelistTranslations : PropertiesTranslationCollection
- Inheritance
-
WhitelistTranslations
- Inherited Members
Fields
WhitelistAdded
[TranslationData("Sent to an admin after they whitelist an item.", IsPriorityTranslation = false)]
public readonly Translation<ItemAsset> WhitelistAdded
Field Value
- Translation<ItemAsset>
WhitelistAlreadyAdded
[TranslationData("Sent to an admin after they try to whitelist an item when it's already added.", IsPriorityTranslation = false)]
public readonly Translation<ItemAsset> WhitelistAlreadyAdded
Field Value
- Translation<ItemAsset>
WhitelistAlreadyRemoved
[TranslationData("Sent to an admin after they try to un-whitelist an item when it isn't whitelisted.", IsPriorityTranslation = false)]
public readonly Translation<ItemAsset> WhitelistAlreadyRemoved
Field Value
- Translation<ItemAsset>
WhitelistInvalidAmount
[TranslationData("Sent to an admin after they try to whitelist an item but the amount they entered isn't a valid positive number or 'infinite'.", IsPriorityTranslation = false)]
public readonly Translation<string> WhitelistInvalidAmount
Field Value
WhitelistItemNotID
[TranslationData("Sent to an admin after they try to whitelist an item but the item can't be found.", IsPriorityTranslation = false)]
public readonly Translation<string> WhitelistItemNotID
Field Value
WhitelistMultipleResults
[TranslationData("Sent to an admin after they try to whitelist an item but multiple matching items are found.", IsPriorityTranslation = false)]
public readonly Translation<string> WhitelistMultipleResults
Field Value
WhitelistNoKit
[TranslationData("Sent to a player when they try to pick up an un-whitelisted item without a kit.")]
public readonly Translation WhitelistNoKit
Field Value
WhitelistProhibitedPickup
[TranslationData("Sent to a player when they try to pick up an un-whitelisted item that isn't in their kit.")]
public readonly Translation<ItemAsset> WhitelistProhibitedPickup
Field Value
- Translation<ItemAsset>
WhitelistProhibitedPickupAmt
[TranslationData("Sent to a player when they try to pick up an un-whitelisted item that isn't in their kit or when they have too many of the item already in their inventory.")]
public readonly Translation<int, ItemAsset> WhitelistProhibitedPickupAmt
Field Value
- Translation<int, ItemAsset>
WhitelistProhibitedPlace
[TranslationData("Sent to a player when they try to place an un-whitelisted placeable that isn't in their kit.")]
public readonly Translation<ItemAsset> WhitelistProhibitedPlace
Field Value
- Translation<ItemAsset>
WhitelistProhibitedPlaceAmt
[TranslationData("Sent to a player when they try to place an un-whitelisted placeable that isn't in their kit, or too many are already placed by them.")]
public readonly Translation<int, ItemAsset> WhitelistProhibitedPlaceAmt
Field Value
- Translation<int, ItemAsset>
WhitelistProhibitedPlaceOnFriendlyVehicle
[TranslationData("Sent to a player when they try to place a barricade on a vehicle.")]
public readonly Translation WhitelistProhibitedPlaceOnFriendlyVehicle
Field Value
WhitelistProhibitedSalvage
[TranslationData("Sent to a player when they try to salvage an un-whitelisted placeable that isn't in their kit.")]
public readonly Translation<ItemAsset> WhitelistProhibitedSalvage
Field Value
- Translation<ItemAsset>
WhitelistProhibitedStore
[TranslationData("Sent to a player when they try to store an un-whitelisted item in a storage.")]
public readonly Translation<ItemAsset> WhitelistProhibitedStore
Field Value
- Translation<ItemAsset>
WhitelistRemoved
[TranslationData("Sent to an admin after they un-whitelist an item.", IsPriorityTranslation = false)]
public readonly Translation<ItemAsset> WhitelistRemoved
Field Value
- Translation<ItemAsset>
WhitelistSetAmount
[TranslationData("Sent to an admin after they update the amount of an item's whitelist.", IsPriorityTranslation = false)]
public readonly Translation<ItemAsset, int> WhitelistSetAmount
Field Value
- Translation<ItemAsset, int>
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }