Class VehicleTweaksTranslations
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
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
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
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
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
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
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
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }