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