Class ClearTranslations
public sealed class ClearTranslations : PropertiesTranslationCollection
- Inheritance
-
ClearTranslations
- Inherited Members
Fields
ClearInventoryOther
[TranslationData("Sent when a user clears another player's inventory.", new string?[] { "The other player" }, IsPriorityTranslation = false)]
public readonly Translation<IPlayer> ClearInventoryOther
Field Value
ClearInventorySelf
[TranslationData("Sent when a player clears their own inventory.", IsPriorityTranslation = false)]
public readonly Translation ClearInventorySelf
Field Value
ClearItems
[TranslationData("Sent when a user clears all dropped items.", IsPriorityTranslation = false)]
public readonly Translation ClearItems
Field Value
ClearItemsInRange
[TranslationData("Sent when a user clears all dropped items within a given range.", new string?[] { "The range in meters" }, IsPriorityTranslation = false)]
public readonly Translation<float> ClearItemsInRange
Field Value
ClearItemsOther
[TranslationData("Sent when a user clears all items dropped by another player.", new string?[] { "The player" }, IsPriorityTranslation = false)]
public readonly Translation<IPlayer> ClearItemsOther
Field Value
ClearNoPlayerConsole
[TranslationData("Sent when a user tries to clear from console and doesn't provide a player name.", IsPriorityTranslation = false)]
public readonly Translation ClearNoPlayerConsole
Field Value
ClearStructures
[TranslationData("Sent when a user clears all placed structures and barricades.", IsPriorityTranslation = false)]
public readonly Translation ClearStructures
Field Value
ClearVehicles
[TranslationData("Sent when a user clears all spawned vehicles.", IsPriorityTranslation = false)]
public readonly Translation ClearVehicles
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }