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

◆ SoundDestroyStart()

void ItemBase::SoundDestroyStart ( string part_name)
inlineprotected

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

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

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