Background for Skyrim SE
Member of the Shout script
voidfunctionSetNthRecoveryTime(intn, floattime)Native

Description

Wiki Description

Sets the specified recovery time for the Nth Word of this shout.


Caveats


Parameters

intn

CK Wiki Description

The index of the WordOfPower] to set the recovery time of

  • 0 - First word.
  • 1 - Second word.
  • 2 - Third word.

floattime

CK Wiki Description

The value to set the recovery time for this Word of Power to.


Examples

Shout property UnrelentingForceShout auto

; Set the first Word for Unrelenting Force's recovery time to 10 seconds.
UnrelentingForceShout.SetNthRecoveryTime(0, 10.0)

Auto-Generated Example

int myInt__n
float myFloat__time

myShout__toCallFunctionOn.SetNthRecoveryTime(myInt__n, myFloat__time)

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.