Table of Contents

Method GetSpecialization

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetSpecialization(NwClass?)

Returns this creature's spell school specialization in the specified class.
Unless custom content is used, only Wizards have spell schools.

public SpellSchool GetSpecialization(NwClass? nwClass = null)

Parameters

nwClass NwClass

The class to query for specialized spell schools. Defaults to Wizard if not specified.

Returns

SpellSchool

The creature's selected spell specialization.