Class TeleportCommandTranslations
public class TeleportCommandTranslations : PropertiesTranslationCollection
- Inheritance
-
TeleportCommandTranslations
- Inherited Members
Fields
TeleportGridLocationNotFound
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<GridLocation> TeleportGridLocationNotFound
Field Value
TeleportInvalidCoordinates
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation TeleportInvalidCoordinates
Field Value
TeleportLocationNotFound
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<string> TeleportLocationNotFound
Field Value
TeleportOtherGridLocationObstructed
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer, GridLocation> TeleportOtherGridLocationObstructed
Field Value
TeleportOtherGridLocationSuccess
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer, GridLocation> TeleportOtherGridLocationSuccess
Field Value
TeleportOtherObstructedLocation
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer, string> TeleportOtherObstructedLocation
Field Value
TeleportOtherObstructedPlayer
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer, IPlayer> TeleportOtherObstructedPlayer
Field Value
TeleportOtherSuccessLocation
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer, string> TeleportOtherSuccessLocation
Field Value
TeleportOtherSuccessPlayer
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer, IPlayer> TeleportOtherSuccessPlayer
Field Value
TeleportOtherSuccessVehicle
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer, IPlayer, VehicleAsset> TeleportOtherSuccessVehicle
Field Value
- Translation<IPlayer, IPlayer, VehicleAsset>
TeleportOtherWaypointObstructed
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer, GridLocation> TeleportOtherWaypointObstructed
Field Value
TeleportOtherWaypointSuccess
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer, GridLocation> TeleportOtherWaypointSuccess
Field Value
TeleportSelfGridLocationObstructed
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<GridLocation> TeleportSelfGridLocationObstructed
Field Value
TeleportSelfGridLocationSuccess
[TranslationData]
public readonly Translation<GridLocation> TeleportSelfGridLocationSuccess
Field Value
TeleportSelfLocationObstructed
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<string> TeleportSelfLocationObstructed
Field Value
TeleportSelfLocationSuccess
[TranslationData]
public readonly Translation<string> TeleportSelfLocationSuccess
Field Value
TeleportSelfPlayerObstructed
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer> TeleportSelfPlayerObstructed
Field Value
TeleportSelfSuccessPlayer
[TranslationData]
public readonly Translation<IPlayer> TeleportSelfSuccessPlayer
Field Value
TeleportSelfSuccessVehicle
[TranslationData]
public readonly Translation<IPlayer, VehicleAsset> TeleportSelfSuccessVehicle
Field Value
- Translation<IPlayer, VehicleAsset>
TeleportSelfWaypointObstructed
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<GridLocation> TeleportSelfWaypointObstructed
Field Value
TeleportSelfWaypointSuccess
[TranslationData]
public readonly Translation<GridLocation> TeleportSelfWaypointSuccess
Field Value
TeleportStartJump
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation TeleportStartJump
Field Value
TeleportStopJump
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation TeleportStopJump
Field Value
TeleportTargetDead
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<IPlayer> TeleportTargetDead
Field Value
TeleportTargetNotFound
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation<string> TeleportTargetNotFound
Field Value
TeleportWaypointNotFound
[TranslationData(IsPriorityTranslation = false)]
public readonly Translation TeleportWaypointNotFound
Field Value
Properties
FileName
Name of the translation file without an extension.
protected override string FileName { get; }