SetVoiceRecoveryTime - Actor
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
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)