Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SoundDataComponent.c File Reference

Go to the source code of this file.

Classes

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 1 of file SCR_SoundDataComponent.c.

Variable Documentation

◆ m_aAudioSourceConfiguration

ref array<ref SCR_AudioSourceConfiguration> m_aAudioSourceConfiguration

Definition at line 15 of file SCR_SoundDataComponent.c.