SetNthWordOfPower - Shout

Revision as of 07:02, 20 February 2016 by imported>Terra Nova2 (Created page for SetNthWordOfPower.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Shout Script (Requires SKSE)

Sets the specified Nth Word of Power for this shout.

SyntexEdit

Function SetNthWordOfPower(Int n, WordOfPower aWoop) native

ParametersEdit

  • Int n: The Word of Power associated with this Shout.
  • 0 - The first Word for this shout.
  • 1 - The second Word for this shout.
  • 2 - The third Word for this shout.
  • WordOfPower aWoop: Sets n to this word of power.

Return valueEdit

None

ExamplesEdit

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)

See AlsoEdit