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

Class BasicEvent

A basic event that does not need a separate class

Inheritance
System.Object
EventBase
BasicEvent
Implements
IEvent
Inherited Members
EventBase.Name
EventBase.Data
Namespace: OpenMod.Core.Eventing
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
EventBase.Arguments

Implements

IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)