Class BattlEyeKicked
Event listener args which handles SDG.Unturned.Provider.onBattlEyeKick.
[EventModel(EventSynchronizationContext.Pure)]
public class BattlEyeKicked : PlayerEvent, IPlayerEvent
- Inheritance
-
BattlEyeKicked
- Implements
- Inherited Members
Properties
GlobalBanId
ID of the global ban on the player, if that was the reason for the kick.
public string? GlobalBanId { get; init; }
Property Value
KickReason
The raw reason from BattlEye describing why the player was kicked.
public required string KickReason { get; init; }