Class EventBase
Inheritance
System.Object
EventBase
Assembly: OpenMod.Core.dll
Syntax
public abstract class EventBase : object, IEvent
Properties
|
Improve this Doc
View Source
Arguments
Declaration
public abstract Dictionary<string, object> Arguments { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
Data
Declaration
public Dictionary<string, object> Data { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods