SetNthRecoveryTime - Shout
Revision as of 06:35, 20 February 2016 by imported>Terra Nova2 (Created page for SetNthRecoveryTime. Needs some testing.)
Member of: Shout Script (Requires SKSE)
Sets the specified recovery time for the Nth Word of this shout.
Syntex
Function SetNthRecoveryTime(Int n, Float time) native
Parameters
- Int n: The corresponding number for the recovery time associated with this Shout.
- 0 - Recovery Time to set for first word.
- 1 - Recovery Time to set for second word.
- 2 - Recovery Time to set for third word.
- Float time: The value to set the recovery time to.
Return value
None
Examples
Shout property UnrelentingForceShout auto
; Set the first Word for Unrelenting Force's recovery time to 10 seconds.
UnrelentingForceShout.SetNthRecoveryTime(0, 10.0)