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

Description

Wiki Description

Returns the number of spells for the race. (This function requires SKSE)

Documentation Comment

SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
returns the number of spells for the race


Caveats

CK Wiki - Notes

None


Examples

Int ImperialSpellsCount = ImperialRace.GetSpellCount() ; ImperialSpellsCount = 2

Int RaceSpellsCount = GulumEiRef.GetRace().GetSpellCount() ; RaceSpellsCount = 3

Auto-Generated Example

int returnedValue = myRace__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.