Table of Contents

Class ZoneCommandTranslations

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

Fields

ZoneGoSuccess

[TranslationData("Sent after a player teleports to a zone.", IsPriorityTranslation = false)]
public readonly Translation<Zone> ZoneGoSuccess

Field Value

Translation<Zone>

ZoneGoSuccessGridLocation

[TranslationData("Sent after a player teleports to a grid location.", IsPriorityTranslation = false)]
public readonly Translation<GridLocation> ZoneGoSuccessGridLocation

Field Value

Translation<GridLocation>

ZoneGoSuccessRaw

[TranslationData("Sent after a player teleports to a location that isn't a zone.", IsPriorityTranslation = false)]
public readonly Translation<string> ZoneGoSuccessRaw

Field Value

Translation<string>

ZoneNoResults

[TranslationData("Response to the caller when they try to run a zone command but their input doesn't match an active zone and they're not in a zone.")]
public readonly Translation ZoneNoResults

Field Value

Translation

ZoneNoResultsLocation

[TranslationData("Response to the caller when they're not in a zone and try to run a zone command.")]
public readonly Translation ZoneNoResultsLocation

Field Value

Translation

ZoneNoResultsName

[TranslationData("Response to the caller when they try to run a zone command but their input doesn't match an active zone.")]
public readonly Translation ZoneNoResultsName

Field Value

Translation

ZoneUtilLocation

[TranslationData("Send the caller's location and angle.", Parameters = new string?[] { "X (m)", "Y (m)", "Z (m)", "Yaw (°)" })]
public readonly Translation<float, float, float, float> ZoneUtilLocation

Field Value

Translation<float, float, float, float>

ZoneVisualizeSuccess

[TranslationData("Sent when a player visualizes a zone's border.", Parameters = new string?[] { "Number of border particles spawned", "Zone name" })]
public readonly Translation<int, Zone> ZoneVisualizeSuccess

Field Value

Translation<int, Zone>

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string