SetVoiceRecoveryTime - Actor

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)

See AlsoEdit