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

Class UnturnedPlayerRejectedEvent

Inheritance
System.Object
UnturnedPlayerRejectedEvent
Namespace: OpenMod.Unturned.Players.Connections.Events
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedPlayerRejectedEvent : Event

Constructors

| Improve this Doc View Source

UnturnedPlayerRejectedEvent(CSteamID, ESteamRejection, String)

Declaration
public UnturnedPlayerRejectedEvent(CSteamID steamID, ESteamRejection rejection, string explanation)
Parameters
Type Name Description
CSteamID steamID
ESteamRejection rejection
System.String explanation

Properties

| Improve this Doc View Source

Explanation

Declaration
public string Explanation { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Rejection

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

SteamId

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

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)