Method GetSpecialization
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
nwClassNwClassThe class to query for specialized spell schools. Defaults to Wizard if not specified.
Returns
- SpellSchool
The creature's selected spell specialization.