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

◆ PlaySoundEventType()

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

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

7493 {
7494 if (m_ReplaceSoundEventHandler)
7495 return m_ReplaceSoundEventHandler.PlayReplaceSound(soundEventID, soundType, param);
7496
7497 return false;
7498 }