OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IEvent

Represents a event.

Namespace: OpenMod.API.Eventing
Assembly: OpenMod.API.dll
Syntax
public interface IEvent

Properties

| Improve this Doc View Source

Arguments

The arguments of the event. Based on the properties of the event object.

Declaration
Dictionary<string, object> Arguments { get; }
Property Value
Type Description
Dictionary<System.String, System.Object>
| Improve this Doc View Source

Data

Arbitrary additonal event data that can be set and used by plugins.

Declaration
Dictionary<string, object> Data { get; }
Property Value
Type Description
Dictionary<System.String, System.Object>

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)