Method GetSpellUsesLeft
GetSpellUsesLeft(NwClass, NwSpell, MetaMagic, int)
Gets the number of remaining uses for a specific spell for this creature.
public int GetSpellUsesLeft(NwClass nwClass, NwSpell spell, MetaMagic metaMagic = MetaMagic.None, int domain = 0)
Parameters
nwClassNwClassThe spell caster class.
spellNwSpellThe spell to check for remaining uses.
metaMagicMetaMagicThe metamagic for the spell.
domainintThe domain level, if it is a domain level spell.
Returns
- int
The number of spell uses remaining.