Skip to content

Interface IScopedEventWithResult<T>

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

Represents a player-scoped event whose listeners can communicate an outcome.

public interface IScopedEventWithResult<T> : IScopedEvent, IEventWithResult<T>, IEvent

Type Parameters

T

The type of value produced by listeners for this event.

Implements

IScopedEvent, IEventWithResult<T>, IEvent