Background for Fallout 4
Member of the Actor script
voidfunctionSetOverrideVoiceType(VoiceTypeakVoiceType)Native

Description

Wiki Description

Overrides the voice type for this actor - set to None to clear.

Documentation Comment

Sets the actor's override voice type


Caveats


Parameters

VoiceTypeakVoiceType

CK Wiki Description

The voice type to override with - None to clear the override


Examples

; Override the prisoner with the gruff male voice type
Prisoner.SetOverrideVoiceType(GruffMale)
; Reset the voice type to the original one
Prisoner.SetOverrideVoiceType(None)

Auto-Generated Example

VoiceType myVoiceType__akVoiceType

myActor__toCallFunctionOn.SetOverrideVoiceType(myVoiceType__akVoiceType)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.