Background for Skyrim SE
Member of the Actor script
voidfunctionSetVoiceRecoveryTime(floatafTime)Native

Description

Wiki Description

Sets this actor's voice recovery time.

Documentation Comment

Sets the voice recovery timer on the actor
afTime is recovery time in seconds


Caveats


Parameters

floatafTime

CK Wiki Description

The amount of time until the actor can shout again, in seconds.


Examples

; Set the shout recovery time on the dragon to be 10 seconds
Dragon.SetVoiceRecoveryTime(10.0)

Auto-Generated Example

float myFloat__afTime

myActor__toCallFunctionOn.SetVoiceRecoveryTime(myFloat__afTime)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.