Background for Skyrim SE
Member of the Shout script
floatfunctionGetNthRecoveryTime(intn)Native

Description

Wiki Description

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


Caveats


Parameters

intn

CK Wiki Description

The corresponding index of the WordOfPower associated with this Shout.

  • 0 - Recovery Time for first word.
  • 1 - Recovery Time for second word.
  • 2 - Recovery Time for third word.

Examples

Shout property UnrelentingForceShout auto

; Obtain Word Fus recovery time for Unrelenting Force.
Float fFusRecoveryTime = UnrelentingForceShout.GetNthRecoveryTime(0)

Auto-Generated Example

int myInt__n

float returnedValue = myShout__toCallFunctionOn.GetNthRecoveryTime(myInt__n)

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.