- Found in:
- SKSE
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
- Shout.GetNthWordOfPower(...)
- Shout.GetNthSpell(...)
- Shout.SetNthSpell(...)
- Shout.SetNthWordOfPower(...)
- Shout.SetNthRecoveryTime(...)
- Shout
