Anvil
|
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 Bootstrap is called, all APIs are unavailable for usage.
More...
Static Public Member Functions | |
static ? T | GetService< T > () |
Gets the specified anvil service instance. | |
static void | Reload () |
Initiates a complete reload of plugins and Anvil services. This will reload all plugins. | |
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 Bootstrap is called, all APIs are unavailable for usage.
|
inlinestatic |
Gets the specified anvil service instance.
T | The service type to get. |