Table of Contents

Namespace Exiled.API.Features.DynamicEvents

Classes

DynamicDelegate

The DynamicDelegate allows user-defined delegate routes bound to an object reference.

DynamicEventDispatcher

The class which handles delegates dynamically acting as multicast listener.

DynamicEventManager

The class which handles all the multicast delegates.

TDynamicDelegate<T>

The TDynamicDelegate<T> allows user-defined delegate routes bound to an object reference.

TDynamicEventDispatcher<T>

The DynamicEventDispatcher's generic version which accepts a type parameter.

Interfaces

IDynamicEventDispatcher

Defines a dynamic event dispatcher.

Delegates

DynamicEventManager.FDelegate

The custom EventHandler delegate, with empty parameters.

DynamicEventManager.FDelegate<T>

The custom EventHandler delegate.