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

Class Event

Inheritance
System.Object
EventBase
Event
CommandExecutedEvent
CommandExecutingEvent
OpenModInitializedEvent
OpenModShutdownEvent
PermissionActorRoleEvent
PluginActivatingEvent
PluginConfigurationChangedEvent
PluginContainerConfiguringEvent
PluginDisposedEvent
PluginLoadedEvent
PluginLoadingEvent
PluginUnloadedEvent
PluginUnloadingEvent
RconClientEvent
BalanceUpdatedEvent
RustBuildingBlockEvent
RustPlayerEvent
RustPlayerBannedEvent
Implements
IEvent
Inherited Members
EventBase.Name
EventBase.Data
Namespace: OpenMod.Core.Eventing
Assembly: OpenMod.Core.dll
Syntax
public abstract class Event : EventBase, IEvent

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)