- Found in:
- SKSE
Description
Wiki Description
Gets the specified Nth spell of this shout.
Parameters
intn
CK Wiki Description
The Nth spell associated with this Shout
- 0 is the first spell for this shout, 1 is the second spell for this shout, 2 is the third spell for this shout
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__n
Spell returnedValue = myShout__toCallFunctionOn.GetNthSpell(myInt__n)Related Pages
- Shout.GetNthWordOfPower(...)
- Shout.GetNthRecoveryTime(...)
- Shout.SetNthSpell(...)
- Shout.SetNthWordOfPower(...)
- Shout.SetNthRecoveryTime(...)
- Shout
