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

Go to the source code of this file.

Data Structures

class  SCR_SoundDataComponentClass
 

Functions

SCR_SoundDataComponentClass ScriptComponentClass GetAudioSourceConfiguration (string eventName)
 

Variables

ref array< ref SCR_AudioSourceConfiguration > m_aAudioSourceConfiguration
 

Function Documentation

◆ GetAudioSourceConfiguration()

SCR_SoundDataComponentClass ScriptComponentClass GetAudioSourceConfiguration ( string  eventName)
Parameters
[in]eventNameSound event name used for seach for audio project resource
Returns
audio project resource for the corresponding sound event or null if not found or invalid

Definition at line 13 of file SCR_SoundDataComponent.c.

Variable Documentation

◆ m_aAudioSourceConfiguration

ref array<ref SCR_AudioSourceConfiguration> m_aAudioSourceConfiguration

Definition at line 3 of file SCR_SoundDataComponent.c.