Table of Contents

Class UnbannedEventArgs

Namespace
Exiled.Events.EventArgs.Server
Assembly
Exiled.Events.dll

Contains all information after a player gets unbanned.

public class UnbannedEventArgs : IExiledEvent
Inheritance
UnbannedEventArgs
Implements
Inherited Members
Extension Methods

Constructors

UnbannedEventArgs(string, BanType)

Initializes a new instance of the UnbannedEventArgs class.

public UnbannedEventArgs(string id, BanHandler.BanType banType)

Parameters

id string
banType BanHandler.BanType

Properties

BanType

Gets the ban type.

public BanHandler.BanType BanType { get; }

Property Value

BanHandler.BanType

TargetId

Gets or sets the target player id.

public string TargetId { get; set; }

Property Value

string