Class RangeCommandTranslations
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
RangeNoMarker
[TranslationData("Output if there is no waypoint placed.")]
public readonly Translation RangeNoMarker
Field Value
RangeNotInSquad
[TranslationData("Output if the player is not in a squad.")]
public readonly Translation RangeNotInSquad
Field Value
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
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }