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

◆ SoundDestroyStart()

void ItemBase::SoundDestroyStart ( string part_name)
inlineprotected

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

1169 {
1170 PlaySoundSet( m_Sound, GetDismantleSoundByMaterial( part_name ), 0.1, 0.1 );
1171 }
string GetDismantleSoundByMaterial(string part_name)
Определения BaseBuildingBase.c:1189
EffectSound m_Sound
Определения BaseBuildingBase.c:32

Перекрестные ссылки GetDismantleSoundByMaterial() и m_Sound.