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

◆ PlayCatchSound()

void ItemBase::PlayCatchSound ( YieldItemBase yItem)
inlineprotected

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

634 {
635 if (yItem.GetCatchDeathSoundset() != "")
636 SEffectManager.PlaySoundEnviroment(yItem.GetCatchDeathSoundset(),m_PreyPos);
637 }
vector m_PreyPos
Определения TrapSpawnBase.c:31
string GetCatchDeathSoundset()
Определения CatchYieldItemBase.c:81

Перекрестные ссылки YieldItemBase::GetCatchDeathSoundset(), m_PreyPos и SEffectManager::PlaySoundEnviroment().

Используется в PlayCatchEffectsClient().