- Found in:
- SKSE
Description
Wiki Description
Sets the specified Nth spell of this shout.
Caveats
Parameters
intn
CK Wiki Description
Index of the Word of Power to set the spell for
- 0 - Set the first word's spell.
- 1 - Set the second word's spell.
- 2 - Set the third word's spell.
Examples
Shout property UnrelentingForceShout auto
Spell property VoiceUnrelentingForce1 auto
; Set the spell used by a word in this shout.
; Lets just assume WordFus has no spell attached.
UnrelentingForceShout.SetNthSpell(0, VoiceUnrelentingForce1)Auto-Generated Example
int myInt__n
Spell mySpell__aSpell
myShout__toCallFunctionOn.SetNthSpell(myInt__n, mySpell__aSpell)Related Pages
- Shout.GetNthSpell(...)
- Shout.GetNthWordOfPower(...)
- Shout.GetNthRecoveryTime(...)
- Shout.SetNthWordOfPower(...)
- Shout.SetNthRecoveryTime(...)
- Shout
