DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
PlaySoundEventType()
override
bool
ManBase::PlaySoundEventType
(
ESoundEventType
soundType
,
int
soundEventID
,
int
param
=
0
)
inline
protected
См. определение в файле
PlayerBase.c
строка
7253
7254
{
7255
if
(m_ReplaceSoundEventHandler)
7256
return
m_ReplaceSoundEventHandler.PlayReplaceSound(soundEventID, soundType, param);
7257
7258
return
false
;
7259
}
ManBase
Создано системой
1.13.2