SetNthRecoveryTime - Shout

Member of: Shout Script (Requires SKSE)

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

SyntexEdit

Function SetNthRecoveryTime(Int n, Float time) native

ParametersEdit

  • Int n: The corresponding number for the Word of Power associated with this Shout.
  • 0 - First word.
  • 1 - Second word.
  • 2 - Third word.
  • Float time: The value to set the recovery time for this Word of Power to.

Return valueEdit

None

ExamplesEdit

Shout property UnrelentingForceShout auto

; Set the first Word for Unrelenting Force's recovery time to 10 seconds.
UnrelentingForceShout.SetNthRecoveryTime(0, 10.0)

See AlsoEdit