Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SoundManagerModule.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12class SoundManagerModule: SndBaseModule
13{
14 private void SoundManagerModule();
15
16 // Plays a "fire and forget" sound effect instance. If more control is needed, use different solution
17 proto external bool PlayAudioInstanceByPos(vector pos, AudioSourceConfig conf, array<string> signalNames = null, array<float> signalValues = null, array<string> variableNames = null, array<float> variableValues = null);
18 // Plays a "fire and forget" sound effect instance. If more control is needed, use different solution
19 proto external bool PlayAudioInstance(IEntity owner, AudioSourceConfig conf, array<string> names = null, array<float> values = null, array<string> variableNames = null, array<float> variableValues = null);
20}
21
Configs ServerBrowser KickDialogs conf