Difference between revisions of "GetNthRecoveryTime - Shout"
Jump to navigation
Jump to search
imported>Terra Nova2 m (→Examples) |
imported>Terra Nova2 m (→See Also) |
||
Line 28: | Line 28: | ||
== See Also == | == See Also == | ||
*[[GetNthWordOfPower - | *[[GetNthWordOfPower - Shout]] | ||
*[[GetNthSpell - Shout]] | *[[GetNthSpell - Shout]] | ||
*[[SetNthSpell - Shout]] | *[[SetNthSpell - Shout]] |
Revision as of 05:46, 20 February 2016
Member of: Shout Script (Requires SKSE 1.7.3)
Gets the specified recovery time for the Nth Word of this shout.
Syntex
Function GetNthRecoveryTime(Int n) native
Parameters
- 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 value
- The recovery time value of this word of power for this shout.
Examples
Shout property UnrelentingForceShout auto
; Obtain Word Fus recovery time for Unrelenting Force.
Float fFusRecoveryTime = UnrelentingForceShout.GetNthRecoveryTime(0)