Table of Contents

Class FlagUITranslations

Namespace
Uncreated.Warfare.Layouts.UI
Assembly
Uncreated.Warfare.dll
public sealed class FlagUITranslations : PropertiesTranslationCollection
Inheritance
FlagUITranslations
Inherited Members

Fields

Capturing

[TranslationData("Shown when your team is capturing the flag.")]
public readonly Translation<string> Capturing

Field Value

Translation<string>

Clearing

[TranslationData("Shown when your team is capturing a flag still owned by the other team.")]
public readonly Translation<string> Clearing

Field Value

Translation<string>

Contesting

[TranslationData("Shown when your team and the other team have the same amount of people on the flag.")]
public readonly Translation<string> Contesting

Field Value

Translation<string>

InVehicle

[TranslationData("Shown when you're trying to capture a flag while in a vehicle.")]
public readonly Translation InVehicle

Field Value

Translation

Ineffective

[TranslationData("Shown when you're on a flag but it's not the objective.")]
public readonly Translation<string> Ineffective

Field Value

Translation<string>

Locked

[TranslationData("Shown in Invasion when a flag has already been captured by attackers and can't be recaptured.")]
public readonly Translation<string> Locked

Field Value

Translation<string>

Losing

[TranslationData("Shown when your team is losing the flag because the other team has more players.")]
public readonly Translation<string> Losing

Field Value

Translation<string>

Lost

[TranslationData("Shown when your team lost the flag and you dont have enough people on the flag to clear.")]
public readonly Translation<string> Lost

Field Value

Translation<string>

Neutralized

[TranslationData("Shown when the flag has not been captured by either team.")]
public readonly Translation<string> Neutralized

Field Value

Translation<string>

Secured

[TranslationData("Shown when your team is holding the flag after it has been captured.")]
public readonly Translation<string> Secured

Field Value

Translation<string>

TicketBleedCatastrophic

[TranslationData("Shown on the flag list when ticket bleed is Catastrophic.")]
public readonly Translation TicketBleedCatastrophic

Field Value

Translation

TicketBleedDrastic

[TranslationData("Shown on the flag list when ticket bleed is Drastic.")]
public readonly Translation TicketBleedDrastic

Field Value

Translation

TicketBleedMajor

[TranslationData("Shown on the flag list when ticket bleed is Major.")]
public readonly Translation TicketBleedMajor

Field Value

Translation

TicketBleedMinor

[TranslationData("Shown on the flag list when ticket bleed is Minor.")]
public readonly Translation TicketBleedMinor

Field Value

Translation

TicketBleedNone

[TranslationData("Shown on the flag list when ticket bleed is None.")]
public readonly Translation TicketBleedNone

Field Value

Translation

UndiscoveredFlag

[TranslationData("Shown on the flag list when the flag's actual location is unknown.")]
public readonly Translation UndiscoveredFlag

Field Value

Translation

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string

Methods

GetBleedMessage(TicketBleedSeverity)

public Translation GetBleedMessage(TicketBleedSeverity bleedSeverity)

Parameters

bleedSeverity TicketBleedSeverity

Returns

Translation