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

Interface IBanningPlayerEvent

Inherited Members
IPlayerEvent.Player
ICancellableEvent.IsCancelled
IEvent.Arguments
IEvent.Data
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IBanningPlayerEvent : IPlayerEvent, ICancellableEvent, IEvent

Properties

| Improve this Doc View Source

Duration

Declaration
TimeSpan Duration { get; set; }
Property Value
Type Description
TimeSpan
| Improve this Doc View Source

InstigatorId

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

InstigatorType

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

Reason

Declaration
string? Reason { get; set; }
Property Value
Type Description
System.Nullable<System.String>

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)