- Found in:
- SKSE
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 = 3Auto-Generated Example
int returnedValue = myRace__toCallFunctionOn.GetSpellCount()Related Pages
- Race
- Race.GetNthSpell(...)
