Table of Contents

Class VehicleTweaksTranslations

Namespace
Uncreated.Warfare.Vehicles.Events.Tweaks
Assembly
Uncreated.Warfare.dll
public sealed class VehicleTweaksTranslations : PropertiesTranslationCollection
Inheritance
VehicleTweaksTranslations
Inherited Members

Fields

EnterVehicleGrounded

[TranslationData("Send when a player tries to enter a vehicle but their team is currently grounded by the Layout's active phase.")]
public readonly Translation<string> EnterVehicleGrounded

Field Value

Translation<string>

EnterVehicleOwnerNotInside

[TranslationData("Send when a player tries to enter a crew seat but its owner is still online and not in yet in the vehicle.")]
public readonly Translation<IPlayer?> EnterVehicleOwnerNotInside

Field Value

Translation<IPlayer>

EnterVehicleWrongKit

[TranslationData("Send when a player tries to enter a crewed vehicle but does not have the required crew kit.")]
public readonly Translation<Class> EnterVehicleWrongKit

Field Value

Translation<Class>

ExitVehicleAircraftTooHigh

[TranslationData("Send when a player tries to exit an aircraft but it's too high off the ground.")]
public readonly Translation ExitVehicleAircraftTooHigh

Field Value

Translation

SwapSeatCannotAbandonDriver

[TranslationData("Send when a player tries to swap to a crew seat but does not have the required crew kit.")]
public readonly Translation SwapSeatCannotAbandonDriver

Field Value

Translation

SwapSeatWrongKit

[TranslationData("Send when a player tries to swap to a crew seat but does not have the required crew kit.")]
public readonly Translation<Class> SwapSeatWrongKit

Field Value

Translation<Class>

VehicleMaxAllowedCrewReached

[TranslationData("Send when a player tries to enter a crew seat but the vehicle is already being operated by the max number of allowed crew.")]
public readonly Translation<int> VehicleMaxAllowedCrewReached

Field Value

Translation<int>

Properties

FileName

Name of the translation file without an extension.

protected override string FileName { get; }

Property Value

string