Table of Contents

Class RangeCommandTranslations

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

Fields

DropMarkerNotSquadleader

[TranslationData("Output if the player is not the squad leader.")]
public readonly Translation DropMarkerNotSquadleader

Field Value

Translation

RangeNoMarker

[TranslationData("Output if there is no waypoint placed.")]
public readonly Translation RangeNoMarker

Field Value

Translation

RangeNotInSquad

[TranslationData("Output if the player is not in a squad.")]
public readonly Translation RangeNotInSquad

Field Value

Translation

RangeOutput

[TranslationData("Displays the distance from the caller's position to their squad's waypoint.", new string?[] { "Distance in meters" })]
public readonly Translation<float> RangeOutput

Field Value

Translation<float>

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string