DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Файл ItemSoundHandler.c

См. исходные тексты.

Структуры данных

class  SoundParameters
 

Функции

void ItemSoundHandler (ItemBase parent)
 
void ~ItemSoundHandler ()
 
void Init ()
 Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
 
void PlayItemSoundClient (int id)
 
void StopItemSoundClient (int id)
 
void AddSound (int sound, string soundset, SoundParameters params=null)
 

Переменные

class SoundParameters m_Parent
 
ref map< int, ref EffectSoundm_PlayingSounds
 
ref map< int, stringm_AvailableSoundsets
 
ref map< int, ref SoundParametersm_SoundParamsMap