Class RequestVehicleTranslations
public class RequestVehicleTranslations : PropertiesTranslationCollection
- Inheritance
-
RequestVehicleTranslations
- Inherited Members
Fields
AlreadyRequested
[TranslationData("Sent when a player tries to request a vehicle that is already owned.")]
public readonly Translation AlreadyRequested
Field Value
AnotherVehicleAlreadyOwned
[TranslationData("Sent when a player tries to request a vehicle but already owns one nearby.")]
public readonly Translation<VehicleAsset> AnotherVehicleAlreadyOwned
Field Value
- Translation<VehicleAsset>
AssetBanned
[TranslationData("Sent when a player is asset banned over all vehicles for a set time.")]
public readonly Translation<string, TimeSpan> AssetBanned
Field Value
AssetBannedGlobal
[TranslationData("Sent when a player is asset banned over all vehicles for a set time.")]
public readonly Translation<TimeSpan> AssetBannedGlobal
Field Value
AssetBannedGlobalPermanent
[TranslationData("Sent when a player is asset banned over all vehicles permanently.")]
public readonly Translation AssetBannedGlobalPermanent
Field Value
AssetBannedPermanent
[TranslationData("Sent when a player is asset banned over all vehicles permanently.")]
public readonly Translation<string> AssetBannedPermanent
Field Value
IncorrectKitClass
[TranslationData("Sent when a player tries to request a vehicle that requires a specific class.")]
public readonly Translation<Class> IncorrectKitClass
Field Value
IncorrectTeam
[TranslationData("Sent when a player tries to request a vehicle that is in another team's main base.")]
public readonly Translation IncorrectTeam
Field Value
NotAvailable
[TranslationData("Sent when a player tries to request a vehicle that isn't spawned.")]
public readonly Translation NotAvailable
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }