Background for Skyrim SE
Member of the Race script
voidfunctionSetDefaultVoiceType(boolfemale, VoiceTypevoice)Native

Description

Documentation Comment

Sets the races default voice type


Parameters

  1. boolfemale

  2. VoiceTypevoice


Examples

Auto-Generated Example

bool myBool__female
VoiceType myVoiceType__voice

myRace__toCallFunctionOn.SetDefaultVoiceType(myBool__female, myVoiceType__voice)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.