Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CommunicationSoundComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
15 proto external void SoundEventPriority(string eventName, int priority, bool ignoreQueue = false);
16
17 // callbacks
18
19 event void OnSoundEventFinished(string eventName, AudioHandle handle, int priority, bool terminated);
20 event void OnSoundEventStarted(string eventName, AudioHandle handle, int priority);
21}
22