- Found in:
- SKSE
Description
Wiki Description
Returns the specified spell from the race. (This function requires SKSE)
Documentation Comment
returns the specified spell from the race
Caveats
CK Wiki - Notes
None
Parameters
intn
CK Wiki Description
the Nth Spell from the Race
Examples
Spell ImperialSpell01 = ImperialRace.GetNthSpell(0) ; ImperialSpell01 = PowerImperialPacify
Spell RaceSpell02 = AlfhildBattleBornRef.GetRace().GetNthSpell(AlfhildBattleBornRef.GetRace().GetSpellCount - 1) ; RaceSpell02 = PowerNordBattleCryAuto-Generated Example
int myInt__n
Spell returnedValue = myRace__toCallFunctionOn.GetNthSpell(myInt__n)