|
Arma Reforger Script API
|
Public Member Functions | |
| void | PlayRadioSound (string soundEventName) |
| Play radio sound. | |
| SimpleSoundComponent | GetSimpleSoundComponent () |
| void | ~SCR_HQRadioSoundEntity () |
Static Public Member Functions | |
| static SCR_HQRadioSoundEntity | GetInstance () |
Protected Attributes | |
| SimpleSoundComponent | m_SimpleSoundComponent |
| AudioHandle | m_PlayedRadio = AudioHandle.Invalid |
Static Protected Attributes | |
| static SCR_HQRadioSoundEntity | s_Instance = null |
| void SCR_HQRadioSoundEntity.~SCR_HQRadioSoundEntity | ( | ) |
|
static |
| SimpleSoundComponent SCR_HQRadioSoundEntity.GetSimpleSoundComponent | ( | ) |
| void SCR_HQRadioSoundEntity.PlayRadioSound | ( | string | soundEventName | ) |
Play radio sound.
| [in] | soundEventName |
|
protected |
|
protected |
|
staticprotected |