SetVoiceRecoveryTime - Actor

From the CreationKit Wiki
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)

See Also[edit | edit source]