Background for Skyrim SE
Member of the Shout script
voidfunctionSetNthWordOfPower(intn, WordOfPoweraWoop)Native

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.

WordOfPoweraWoop

CK Wiki Description

The WordOfPower to set as the Nth word of the 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


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.