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

◆ PlaySoundEventType()

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

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

7254 {
7255 if (m_ReplaceSoundEventHandler)
7256 return m_ReplaceSoundEventHandler.PlayReplaceSound(soundEventID, soundType, param);
7257
7258 return false;
7259 }