Method GetService
- Namespace
- Anvil
- Assembly
- NWN.Anvil.dll
GetService<T>()
Gets the specified anvil service instance.
public static T? GetService<T>()
Returns
- T
The associated anvil service instance.
Type Parameters
TThe service type to get.
Gets the specified anvil service instance.
public static T? GetService<T>()
The associated anvil service instance.
TThe service type to get.