Delegate CustomAsyncEventHandler
THe custom System.EventHandler delegate, with empty parameters. Holds async events with MEC.
Namespace: Exiled.Events.Features
Assembly: Exiled.Events.dll
Syntax
public delegate IEnumerator<float> CustomAsyncEventHandler();
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<System.Single> | System.Collections.Generic.IEnumerator<T> of System.Single. |