![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| enum SCR_EVoiceoverActor |
| Enumerator | |
|---|---|
| ACTOR_1 | |
| ACTOR_2 | |
| ACTOR_3 | |
| ACTOR_4 | |
| ACTOR_5 | |
Definition at line 106 of file SCR_VoiceoverData.c.
| class SCR_VoiceoverData BaseContainerProps | ( | ) |
| SCR_EVoiceoverActor BaseContainerProps::GetActor | ( | ) |
Definition at line 48 of file SCR_VoiceoverData.c.
| SCR_VoiceoverLineStandalone BaseContainerProps::GetLineByName | ( | string | name | ) |
Definition at line 9 of file SCR_VoiceoverData.c.
| SCR_VoiceoverSequence BaseContainerProps::GetSequenceByName | ( | string | name | ) |
Definition at line 21 of file SCR_VoiceoverData.c.
| string BaseContainerProps::GetSoundEventName | ( | ) |
Definition at line 54 of file SCR_VoiceoverData.c.
| string BaseContainerProps::GetSubtitleText | ( | ) |
Definition at line 60 of file SCR_VoiceoverData.c.
| class SCR_VoiceoverLine SCR_BaseContainerCustomTitleField | ( | "m_sName" | ) |
Definition at line 37 of file SCR_VoiceoverData.c.
| protected ref array<ref SCR_VoiceoverLineStandalone> m_aLines |
Definition at line 3 of file SCR_VoiceoverData.c.
| protected ref array<ref SCR_VoiceoverSequence> m_aSequences |
Definition at line 6 of file SCR_VoiceoverData.c.
| protected SCR_EVoiceoverActor m_eActor |
Definition at line 39 of file SCR_VoiceoverData.c.
| protected string m_sSoundEventName |
Definition at line 42 of file SCR_VoiceoverData.c.
| protected string m_sSubtitleText |
Definition at line 45 of file SCR_VoiceoverData.c.