Table of Contents

Property AddedKnownSpells

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AddedKnownSpells

Gets a mutable list of known spells added at this level.

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

Property Value

IReadOnlyList<IList<NwSpell>>

Remarks

The returned array has 10 entries indexed by spell level: 0 = cantrips, 1–9 = spell levels. Each entry contains a list of spells added on this level; lists may be empty when no changes were made for that level.