Table of Contents

Method GetClassDomains

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetClassDomains(NwClass?)

Returns this creature's domains in the specified class. Unless custom content is used, only clerics have domains.

public IEnumerable<NwDomain> GetClassDomains(NwClass? nwClass = null)

Parameters

nwClass NwClass

The class with domains. Defaults to Cleric if not specified.

Returns

IEnumerable<NwDomain>

An enumeration of this creature's domains.