Table of Contents

Class ClearTranslations

Namespace
Uncreated.Warfare.Commands
Assembly
Uncreated.Warfare.dll
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

Translation<IPlayer>

ClearInventorySelf

[TranslationData("Sent when a player clears their own inventory.", IsPriorityTranslation = false)]
public readonly Translation ClearInventorySelf

Field Value

Translation

ClearItems

[TranslationData("Sent when a user clears all dropped items.", IsPriorityTranslation = false)]
public readonly Translation ClearItems

Field Value

Translation

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

Translation<float>

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

Translation<IPlayer>

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

Translation

ClearStructures

[TranslationData("Sent when a user clears all placed structures and barricades.", IsPriorityTranslation = false)]
public readonly Translation ClearStructures

Field Value

Translation

ClearVehicles

[TranslationData("Sent when a user clears all spawned vehicles.", IsPriorityTranslation = false)]
public readonly Translation ClearVehicles

Field Value

Translation

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string