![]() |
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 | SCR_CommunicationSoundComponentClass |
| class | SCR_CommunicationSoundComponent |
Typedefs | |
| typedef func | OnSoundEventStartedDelegate |
| typedef ScriptInvokerBase< OnSoundEventStartedDelegate > | OnSoundEventStartedInvoker |
| typedef func | OnSoundEventFinishedDelegate |
| typedef ScriptInvokerBase< OnSoundEventFinishedDelegate > | OnSoundEventFinishedInvoker |
Functions | |
| void | OnSoundEventFinishedDelegate (SCR_CommunicationSoundComponent component, string eventName, AudioHandle handle, int priority, bool terminated) |
| typedef func OnSoundEventFinishedDelegate |
Definition at line 57 of file SCR_CommunicationSoundComponent.c.
| typedef ScriptInvokerBase<OnSoundEventFinishedDelegate> OnSoundEventFinishedInvoker |
Definition at line 58 of file SCR_CommunicationSoundComponent.c.
| typedef func OnSoundEventStartedDelegate |
Definition at line 53 of file SCR_CommunicationSoundComponent.c.
| typedef ScriptInvokerBase<OnSoundEventStartedDelegate> OnSoundEventStartedInvoker |
Definition at line 54 of file SCR_CommunicationSoundComponent.c.
| void OnSoundEventFinishedDelegate | ( | SCR_CommunicationSoundComponent | component, |
| string | eventName, | ||
| AudioHandle | handle, | ||
| int | priority, | ||
| bool | terminated ) |
| SCR_CommunicationSoundComponentClass AT_SOLDIER |
| SCR_CommunicationSoundComponentClass COMM_TRUCK |
| COMMANDER |
Definition at line 5 of file SCR_VONAutoTuneConfig.c.
| SCR_CommunicationSoundComponentClass FUEL_TRUCK |
| SCR_CommunicationSoundComponentClass HELICOPTER |
| SCR_CommunicationSoundComponentClass MACHINE_GUNNER |
| SCR_CommunicationSoundComponentClass OPERATOR |
| SCR_CommunicationSoundComponentClass SOUND_BREATH = 10 |
| SCR_CommunicationSoundComponentClass SOUND_DEATH = 98 |
| SCR_CommunicationSoundComponentClass SOUND_HIT = 90 |
| SCR_CommunicationSoundComponentClass SOUND_KNOCKOUT |
| SCR_CommunicationSoundComponentClass SOUND_NONE = 0 |
| SCR_CommunicationSoundComponentClass SOUND_PAIN_RELIEVE = 80 |
| SCR_CommunicationSoundComponentClass SUPPLY_TRUCK |