Table of Contents

Class TipTranslations

Namespace
Uncreated.Warfare.Players.UI
Assembly
Uncreated.Warfare.dll
public class TipTranslations : PropertiesTranslationCollection
Inheritance
TipTranslations
Inherited Members

Fields

ActionMenu

[TranslationData("Sent to tell a player how to open the action menu.")]
public readonly Translation ActionMenu

Field Value

Translation

ActionMenuSquadLeader

[TranslationData("Sent to tell a squad leader how to open the action menu.")]
public readonly Translation ActionMenuSquadLeader

Field Value

Translation

CallMedic

[TranslationData("Sent to tell a player how to call for a medic.")]
public readonly Translation CallMedic

Field Value

Translation

HelpBuild

[TranslationData("Sent to tell a player that their teammate is shoveling something.")]
public readonly Translation<IPlayer> HelpBuild

Field Value

Translation<IPlayer>

KitGiveLowAmmo

[TranslationData("Sent to tell a player that the kit they just requested has low ammo.")]
public readonly Translation KitGiveLowAmmo

Field Value

Translation

LogisticsVehicleResupplied

[TranslationData("Sent to tell a player that their vehicle was resupplied.")]
public readonly Translation<VehicleType> LogisticsVehicleResupplied

Field Value

Translation<VehicleType>

PlaceBunker

[TranslationData("Sent to tell a player that they need to build a bunker.")]
public readonly Translation PlaceBunker

Field Value

Translation

PlaceRadio

[TranslationData("Sent to tell a player that they need to build a radio after they get out of a logi for the first time.")]
public readonly Translation PlaceRadio

Field Value

Translation

UAVRequest

[TranslationData("Sent to tell a player that another player requested a UAV.")]
public readonly Translation<IPlayer> UAVRequest

Field Value

Translation<IPlayer>

UnloadSupplies

[TranslationData("Sent to tell a player that they need to drop supplies near a FOB.")]
public readonly Translation UnloadSupplies

Field Value

Translation

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string