![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | BaseSoundComponentClass |
Functions | |
| BaseSoundComponentClass GenericComponentClass | GetEvents (out array< string > events) |
| proto external int | GetEventIndex (string name) |
| proto external void | GetSignalNames (out array< string > signalNames) |
| proto external int | GetSignalIndex (string name) |
| proto external void | SetSignalValue (int index, float value) |
| proto external void | SetSignalValueStr (string signal, float value) |
| proto external AudioHandle | PlayStr (string name) |
| proto external AudioHandle | Play (int name) |
| proto external void | UpdateTrigger () |
| proto external void | TerminateAll () |
| proto external void | Terminate (AudioHandle handle) |
| proto external bool | IsFinishedPlaying (AudioHandle handle) |
| proto external bool | IsPlaying () |
| Check whether the animation is being played at the moment. | |
| proto external bool | IsHandleValid (AudioHandle handle) |
| proto external void | SetTransformation (vector transf[]) |
| proto external void | SetSoundTransformation (AudioHandle handle, vector transf[]) |
| proto external void | SetDebug (bool value) |
| proto external void | SetMute (bool value) |
| proto external float | GetGain (AudioHandle handle) |