Table of Contents

Namespace Anvil

Classes

AnvilCore

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.

Interfaces

IArray<T>

Represents a collection of elements that can be accessed and modified by index, but may not be resized.