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.


Parameters

  1. intn

    CK Wiki Description

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

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

    CK Wiki Description

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


Examples

No human-generated examples found for this function.

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.