Class TipTranslations
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
ActionMenuSquadLeader
[TranslationData("Sent to tell a squad leader how to open the action menu.")]
public readonly Translation ActionMenuSquadLeader
Field Value
CallMedic
[TranslationData("Sent to tell a player how to call for a medic.")]
public readonly Translation CallMedic
Field Value
HelpBuild
[TranslationData("Sent to tell a player that their teammate is shoveling something.")]
public readonly Translation<IPlayer> HelpBuild
Field Value
KitGiveLowAmmo
[TranslationData("Sent to tell a player that the kit they just requested has low ammo.")]
public readonly Translation KitGiveLowAmmo
Field Value
LogisticsVehicleResupplied
[TranslationData("Sent to tell a player that their vehicle was resupplied.")]
public readonly Translation<VehicleType> LogisticsVehicleResupplied
Field Value
PlaceBunker
[TranslationData("Sent to tell a player that they need to build a bunker.")]
public readonly Translation PlaceBunker
Field Value
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
UAVRequest
[TranslationData("Sent to tell a player that another player requested a UAV.")]
public readonly Translation<IPlayer> UAVRequest
Field Value
UnloadSupplies
[TranslationData("Sent to tell a player that they need to drop supplies near a FOB.")]
public readonly Translation UnloadSupplies
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }