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

Interface IPlayerEvent

The base interface for all player related events.

Inherited Members
IEvent.Arguments
IEvent.Data
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IPlayerEvent : IEvent

Properties

| Improve this Doc View Source

Player

The player related to the event.

Declaration
IPlayer Player { get; }
Property Value
Type Description
IPlayer

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)