GetIsVoiceType

From the CreationKit Wiki
Jump to navigation Jump to search

Description[edit | edit source]

GetIsVoiceType returns 1 if the calling actor has the specified voice type. It will also accept a FormList as a parameter and will return true if the calling actor's voicelist appears in the supplied formlist.

Syntax[edit | edit source]

GetIsVoiceType VoiceType
GetIsVoiceType FormListOfVoiceTypes

Examples[edit | edit source]

GetIsVoiceType 00013AE7 (FemaleNord)    ; returns 1 if actor has the FemaleNord voice type

Notes[edit | edit source]

  • None at this time