Skip to content

Interface IScopedEvent

Namespace: Void.Proxy.Api.Events
Assembly: Void.Proxy.Api.dll

Represents an event associated with a specific player.

public interface IScopedEvent : IEvent

Implements

IEvent

Remarks

Scoped event listeners are ordinarily filtered so that they receive events for the player scope in which they were registered.

Properties

Player

Gets the player whose scope contains the event.

IPlayer Player { get; }

Property Value

IPlayer