GetSpellCount - Race

Revision as of 07:51, 8 September 2012 by imported>Seigneur Voland
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See AlsoEdit