Interface IEvent
Represents a event.
Namespace: OpenMod.API.Eventing
Assembly: OpenMod.API.dll
Syntax
public interface IEvent
Properties
| Improve this Doc View SourceArguments
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> |
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> |