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()