6 protected ref array<ref SCR_VoiceoverLineStandalone> m_aLines;
9 protected ref array<ref SCR_VoiceoverSequence> m_aSequences;
12 SCR_VoiceoverLineStandalone GetLineByName(
string name)
14 foreach (SCR_VoiceoverLineStandalone line :
m_aLines)
16 if (line.GetName() == name)
24 SCR_VoiceoverSequence GetSequenceByName(
string name)
28 if (sequence.GetName() == name)
38 class SCR_VoiceoverSequence
44 protected ref array<ref SCR_VoiceoverLine>
m_aLines;
53 void GetLines(out notnull array<ref SCR_VoiceoverLine> lines)
67 [
Attribute(
"",
desc:
"Sound event name as defined in the appropriate .acp file in the actor's SCR_CommunicationSoundComponent.")]
68 protected string m_sSoundEventName;
71 protected string m_sSubtitleText;
80 string GetSoundEventName()
86 string GetSubtitleText()