GetSpellCount - Race

From the CreationKit Wiki
Revision as of 06:50, 8 September 2012 by imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Race Script Returns the number of spells for the race. (This function requires SKSE) ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: Race Script

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

Syntax

Int Function GetSpellCount() native

Parameters

None

Return Value

Returns the number of spells for the race.

Examples

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

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

Notes

None

See Also