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 SourceUnturnedPlayerUnbanningEvent(CSteamID, CSteamID)
Declaration
public UnturnedPlayerUnbanningEvent(CSteamID instigator, CSteamID playerToUnban)
Parameters
Type | Name | Description |
---|---|---|
CSteamID | instigator | |
CSteamID | playerToUnban |
Properties
| Improve this Doc View SourceInstigator
Declaration
public CSteamID Instigator { get; }
Property Value
Type | Description |
---|---|
CSteamID |
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PlayerToUnban
Declaration
public CSteamID PlayerToUnban { get; }
Property Value
Type | Description |
---|---|
CSteamID |
Implements
ICancellableEvent