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

◆ SoundDismantleStart()

void ItemBase::SoundDismantleStart ( string part_name)
inlineprotected

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

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

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