Method GetMemorizedSpellSlots
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
spellLevelbyteThe spell level to query.
Returns
- IReadOnlyList<MemorizedSpellSlot>
A list containing the creature's current spell slots.