DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
PlaySoundEventType()
override
bool
ManBase::PlaySoundEventType
(
ESoundEventType
soundType
,
int
soundEventID
,
int
param
=
0
)
inline
protected
См. определение в файле
PlayerBase.c
строка
7245
7246
{
7247
if
(m_ReplaceSoundEventHandler)
7248
return
m_ReplaceSoundEventHandler.PlayReplaceSound(soundEventID, soundType, param);
7249
7250
return
false
;
7251
}
ManBase
Создано системой
1.13.2