Table of Contents

Class AnvilCore

Namespace
Anvil
Assembly
NWN.Anvil.dll

Handles bootstrap and interop between NWN, NWN.Core and the Anvil API. The entry point of the implementing module should point to this class.
Until Anvil.AnvilCore.Bootstrap() is called, all APIs are unavailable for usage.

public sealed class AnvilCore : ICoreFunctionHandler
Inheritance
AnvilCore
Implements
ICoreFunctionHandler
Inherited Members
Extension Methods

Methods

GetService<T>()

Gets the specified anvil service instance.

Reload()

Initiates a complete reload of plugins and Anvil services.
This will reload all plugins.