Background for Skyrim SE
Member of the Race script
SpellfunctionGetNthSpell(intn)Native

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 = PowerNordBattleCry

Auto-Generated Example

int myInt__n

Spell returnedValue = myRace__toCallFunctionOn.GetNthSpell(myInt__n)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.