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

◆ PlayCatchSound()

void ItemBase::PlayCatchSound ( YieldItemBase yItem)
inlineprotected

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

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

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

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