GetNthRecoveryTime - Shout

Revision as of 07:21, 20 February 2016 by imported>Terra Nova2 (Removed SKSE version, since I don't know which version these were added.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Shout Script (Requires SKSE)

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

SyntexEdit

Float Function GetNthRecoveryTime(Int n) native

ParametersEdit

  • Int n: The corresponding number for the WordOfPower associated with this Shout.
  • 0 - Recovery Time for first word.
  • 1 - Recovery Time for second word.
  • 2 - Recovery Time for third word.

Return valueEdit

  • The recovery time value of this word of power for this shout.

ExamplesEdit

Shout property UnrelentingForceShout auto

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

See AlsoEdit