Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_VoiceoverData.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_VoiceoverData
 
class  SCR_VoiceoverLine
 

Enumerations

enum  SCR_EVoiceoverActor {
  ACTOR_1, ACTOR_2, ACTOR_3, ACTOR_4,
  ACTOR_5
}
 

Functions

class SCR_VoiceoverData BaseContainerProps ()
 
SCR_VoiceoverLineStandalone GetLineByName (string name)
 
SCR_VoiceoverSequence GetSequenceByName (string name)
 
class SCR_VoiceoverData SCR_BaseContainerCustomTitleField ("m_sName")
 
SCR_EVoiceoverActor GetActor ()
 
string GetSoundEventName ()
 
string GetSubtitleText ()
 

Variables

protected ref array< ref SCR_VoiceoverLineStandalone > m_aLines
 
protected ref array< ref SCR_VoiceoverSequence > m_aSequences
 
protected SCR_EVoiceoverActor m_eActor
 
protected string m_sSoundEventName
 
protected string m_sSubtitleText
 

Enumeration Type Documentation

◆ SCR_EVoiceoverActor

Enumerator
ACTOR_1 
ACTOR_2 
ACTOR_3 
ACTOR_4 
ACTOR_5 

Definition at line 106 of file SCR_VoiceoverData.c.

Function Documentation

◆ BaseContainerProps()

class SCR_VoiceoverData BaseContainerProps ( )

◆ GetActor()

SCR_EVoiceoverActor BaseContainerProps::GetActor ( )

Definition at line 48 of file SCR_VoiceoverData.c.

◆ GetLineByName()

SCR_VoiceoverLineStandalone BaseContainerProps::GetLineByName ( string  name)

Definition at line 9 of file SCR_VoiceoverData.c.

◆ GetSequenceByName()

SCR_VoiceoverSequence BaseContainerProps::GetSequenceByName ( string  name)

Definition at line 21 of file SCR_VoiceoverData.c.

◆ GetSoundEventName()

string BaseContainerProps::GetSoundEventName ( )

Definition at line 54 of file SCR_VoiceoverData.c.

◆ GetSubtitleText()

string BaseContainerProps::GetSubtitleText ( )

Definition at line 60 of file SCR_VoiceoverData.c.

◆ SCR_BaseContainerCustomTitleField()

Definition at line 37 of file SCR_VoiceoverData.c.

Variable Documentation

◆ m_aLines

protected ref array<ref SCR_VoiceoverLineStandalone> m_aLines

Definition at line 3 of file SCR_VoiceoverData.c.

◆ m_aSequences

protected ref array<ref SCR_VoiceoverSequence> m_aSequences

Definition at line 6 of file SCR_VoiceoverData.c.

◆ m_eActor

protected SCR_EVoiceoverActor m_eActor

Definition at line 39 of file SCR_VoiceoverData.c.

◆ m_sSoundEventName

protected string m_sSoundEventName

Definition at line 42 of file SCR_VoiceoverData.c.

◆ m_sSubtitleText

protected string m_sSubtitleText

Definition at line 45 of file SCR_VoiceoverData.c.