Class BasicEvent
A basic event that does not need a separate class
Inheritance
System.Object
BasicEvent
Assembly: OpenMod.Core.dll
Syntax
public sealed class BasicEvent : EventBase, IEvent
Constructors
|
Improve this Doc
View Source
BasicEvent(String)
Declaration
public BasicEvent(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
|
Improve this Doc
View Source
Arguments
Declaration
public override Dictionary<string, object> Arguments { get; }
Property Value
Type |
Description |
Dictionary<System.String, System.Object> |
|
Overrides
Implements
Extension Methods