Table of Contents

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

T

The service type to get.