SetVoiceRecoveryTime - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Sets this actor's voice recovery time.
Syntax[edit | edit source]
Function SetVoiceRecoveryTime(float afTime) native
Parameters[edit | edit source]
- afTime: The amount of time until the actor can shout again, in seconds.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Set the shout recovery time on the dragon to be 10 seconds
Dragon.SetVoiceRecoveryTime(10.0)