GetSpellCount - Race
Revision as of 06:51, 8 September 2012 by imported>Seigneur Voland
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