Table of Contents

Method FromDomainId

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

FromDomainId(int)

Resolves a NwDomain from a domain id.

public static NwDomain? FromDomainId(int domainId)

Parameters

domainId int

The id of the domain to resolve.

Returns

NwDomain

The associated NwDomain instance. Null if the domain id is invalid.