GetVoiceRecoveryTime - Actor
Jump to navigation
Jump to search
Member of: Actor Script
Gets this actor's voice recovery time.
Syntax[edit | edit source]
float Function GetVoiceRecoveryTime() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The amount of time until the actor can shout again, in seconds.
Examples[edit | edit source]
Debug.Trace("Dragon can shout again in " + Dragon.GetVoiceRecoveryTime() + " seconds")