Class OpenModInitializedEvent
The event that is triggered when OpenMod has been initialized. It is called after the container has been built and all plugins have been loaded.
Implements
Namespace: OpenMod.Core.Events
Assembly: OpenMod.Core.dll
Syntax
public sealed class OpenModInitializedEvent : Event, IEvent
Constructors
| Improve this Doc View SourceOpenModInitializedEvent(IOpenModHost)
Declaration
public OpenModInitializedEvent(IOpenModHost host)
Parameters
Type | Name | Description |
---|---|---|
IOpenModHost | host |
Properties
| Improve this Doc View SourceHost
The OpenMod host.
Declaration
public IOpenModHost Host { get; }
Property Value
Type | Description |
---|---|
IOpenModHost |