- Found in:
- SKSE
Description
Wiki Description
Sets the specified Nth Word of Power for this shout.
Caveats
Parameters
intn
CK Wiki Description
The index to slot the WordOfPower into.
- 0 - Set as first Word for this shout.
- 1 - Set as second Word for this shout.
- 2 - Set as third Word for this shout.
Examples
Shout property UnrelentingForceShout auto
WordOfPower property WordFus auto
;Let's just assume there's no first word set. Set WordFus as the first word.
UnrelentingForceShout.SetNthWordOfPower(0, WordFus)Auto-Generated Example
int myInt__n
WordOfPower myWordOfPower__aWoop
myShout__toCallFunctionOn.SetNthWordOfPower(myInt__n, myWordOfPower__aWoop)Related Pages
- Shout.GetNthWordOfPower(...)
- Shout.GetNthSpell(...)
- Shout.GetNthRecoveryTime(...)
- Shout.SetNthSpell(...)
- Shout.SetNthRecoveryTime(...)
- Shout
