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

Description

Wiki Description

Gets this actor's voice recovery time.

Documentation Comment

Gets the voice recovery timer from the actor


Caveats


Examples

Debug.Trace("Dragon can shout again in " + Dragon.GetVoiceRecoveryTime() + " seconds")

Auto-Generated Example

float returnedValue = myActor__toCallFunctionOn.GetVoiceRecoveryTime()

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.