
Prototype: GemRB.GetKnownSpellsCount(PartyID, SpellType, Level)

Description: Returns number of known spells of given type and level in a player character's spellbook.

Parameters:
PartyID   - the PC's position in the party
SpellType - 0 - priest, 1 - wizard, 2 - innate
Level     - the memorized spell's level

Return value: numeric

See also: GetMemorizedSpellsCount, GetKnownSpell

