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)