DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ PlaySoundEventType()

override bool ManBase::PlaySoundEventType ( ESoundEventType soundType,
int soundEventID,
int param = 0 )
inlineprotected

См. определение в файле PlayerBase.c строка 7245

7246 {
7247 if (m_ReplaceSoundEventHandler)
7248 return m_ReplaceSoundEventHandler.PlayReplaceSound(soundEventID, soundType, param);
7249
7250 return false;
7251 }