Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_HQRadioSoundEntity.c File Reference

Go to the source code of this file.

Classes

class  SCR_HQRadioSoundEntityClass

Functions

void PlayRadioSound (string soundEventName)
SimpleSoundComponent GetSimpleSoundComponent ()
void ~SCR_HQRadioSoundEntity ()

Variables

SCR_HQRadioSoundEntityClass m_SimpleSoundComponent
AudioHandle m_PlayedRadio = AudioHandle.Invalid

Function Documentation

◆ GetSimpleSoundComponent()

SimpleSoundComponent GetSimpleSoundComponent ( )
protected

Definition at line 52 of file SCR_HQRadioSoundEntity.c.

◆ PlayRadioSound()

void PlayRadioSound ( string soundEventName)
protected

Play radio sound

Parameters
[in]soundEventName

Definition at line 40 of file SCR_HQRadioSoundEntity.c.

◆ ~SCR_HQRadioSoundEntity()

void ~SCR_HQRadioSoundEntity ( )
protected

Definition at line 62 of file SCR_HQRadioSoundEntity.c.

Variable Documentation

◆ m_PlayedRadio

AudioHandle m_PlayedRadio = AudioHandle.Invalid
protected

Definition at line 8 of file SCR_HQRadioSoundEntity.c.

◆ m_SimpleSoundComponent

SCR_HQRadioSoundEntityClass m_SimpleSoundComponent