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

◆ SoundDismantleStart()

void ItemBase::SoundDismantleStart ( string part_name)
inlineprotected

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

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

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