Anvil
Loading...
Searching...
No Matches
Anvil.AnvilCore Class Referencesealed

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...

+ Inheritance diagram for Anvil.AnvilCore:
+ Collaboration diagram for Anvil.AnvilCore:

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.
 

Detailed Description

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.

Member Function Documentation

◆ GetService< T >()

static ? T Anvil.AnvilCore.GetService< T > ( )
inlinestatic

Gets the specified anvil service instance.

Template Parameters
TThe service type to get.
Returns
The associated anvil service instance.

The documentation for this class was generated from the following files: