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>, IEventType Parameters
T
The type of value produced by listeners for this event.