Background for Skyrim SE
Member of the ActorBase script
intfunctionGetSpellCount()Native

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 = 0

Auto-Generated Example

int returnedValue = myActorBase__toCallFunctionOn.GetSpellCount()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.