- Found in:
- SKSE
Description
Wiki Description
Returns the number of spells defined in the base actor form. (This function requires SKSE)
Documentation Comment
returns the number of spells defined in the base actor form
Caveats
CK Wiki - Notes
None
Examples
Int BaseSpells = Player.GetSpellCount(); BaseSpells = 3
Int BaseSpells = GeneralTulliusRef.GetActorBase().GetSpellCount(); BaseSpells = 0Auto-Generated Example
int returnedValue = myActorBase__toCallFunctionOn.GetSpellCount()