Table of Contents

Class BattlEyeKicked

Namespace
Uncreated.Warfare.Events.Models.Players
Assembly
Uncreated.Warfare.dll

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

string

KickReason

The raw reason from BattlEye describing why the player was kicked.

public required string KickReason { get; init; }

Property Value

string