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.
SyntaxEdit
Function SetVoiceRecoveryTime(float afTime) native
ParametersEdit
- afTime: The amount of time until the actor can shout again, in seconds.
Return ValueEdit
None.
ExamplesEdit
; Set the shout recovery time on the dragon to be 10 seconds
Dragon.SetVoiceRecoveryTime(10.0)