Table of Contents

Property AddedKnownSpells

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AddedKnownSpells

Gets a mutable list of known spells added at this level.
The returned array is indexed by spell level, 0 = cantrips, 1 = level 1 spells, etc.

public IReadOnlyList<IList<NwSpell>> AddedKnownSpells { get; }

Property Value

IReadOnlyList<IList<NwSpell>>