Table of Contents

Class NwDomain

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

A selectable domain type used by classes with the HasDomains property (e.g. clerics)

public sealed class NwDomain
Inheritance
NwDomain
Inherited Members
Extension Methods

Properties

CastableFeat

Gets if the feat provides an active property, e.g. the Death domain's "Negative Plane Avatar" ability.

Description

Gets the description for this domain, as shown in the character generation and level up screens.

DomainType

Gets the associated Domain type for this domain.

GrantedFeat

Gets the feat that is granted when selecting this domain.

Icon

Gets the icon resref to use for this domain.

Id

Gets the ID of this domain.

IsValidDomain

Gets if this is a correctly configured domain.

Name

Gets the name of this domain.

Spells

Gets a list of spells specific to this domain.

Methods

FromDomainId(int)

Resolves a NwDomain from a domain id.

FromDomainType(Domain)

Resolves a NwDomain from a Domain.

Operators

implicit operator NwDomain(Domain)