OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class UnturnedPlayerUnbanningEvent

Inheritance
System.Object
UnturnedPlayerUnbanningEvent
Implements
ICancellableEvent
Namespace: OpenMod.Unturned.Players.Bans.Events
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerUnbanningEvent : Event, ICancellableEvent

Constructors

| Improve this Doc View Source

UnturnedPlayerUnbanningEvent(CSteamID, CSteamID)

Declaration
public UnturnedPlayerUnbanningEvent(CSteamID instigator, CSteamID playerToUnban)
Parameters
Type Name Description
CSteamID instigator
CSteamID playerToUnban

Properties

| Improve this Doc View Source

Instigator

Declaration
public CSteamID Instigator { get; }
Property Value
Type Description
CSteamID
| Improve this Doc View Source

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

PlayerToUnban

Declaration
public CSteamID PlayerToUnban { get; }
Property Value
Type Description
CSteamID

Implements

ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)