Table of Contents

Method GetMemorizedSpellSlots

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetMemorizedSpellSlots(byte)

Gets a list of spell slots available at the given spell level. The returned slots can be modified to change and remove spells.

public IReadOnlyList<MemorizedSpellSlot> GetMemorizedSpellSlots(byte spellLevel)

Parameters

spellLevel byte

The spell level to query.

Returns

IReadOnlyList<MemorizedSpellSlot>

A list containing the creature's current spell slots.