GetSpellCount - Race
SKSE Member of: Race Script
Returns the number of spells for the race. (This function requires SKSE)
SyntaxEdit
Int Function GetSpellCount() native
ParametersEdit
None
Return ValueEdit
Returns the number of spells for the race.
ExamplesEdit
Int ImperialSpellsCount = ImperialRace.GetSpellCount() ; ImperialSpellsCount = 2
Int RaceSpellsCount = GulumEiRef.GetRace().GetSpellCount() ; RaceSpellsCount = 3
NotesEdit
None