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

◆ SoundCookingStart()

void Edible_Base::SoundCookingStart ( string sound_name)
inlineprotected

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

706 {
707 #ifndef SERVER
708 if (m_SoundPlaying != sound_name)
709 {
711
712 m_SoundEffectCooking = SEffectManager.PlaySound(sound_name, GetPosition(), 0, 0, true);
713 m_SoundPlaying = sound_name;
714 }
715 #endif
716 }
string m_SoundPlaying
Определения Edible_Base.c:16
EffectSound m_SoundEffectCooking
DEPRECATED.
Определения Edible_Base.c:15
void SoundCookingStop()
Определения Edible_Base.c:718
class JsonUndergroundAreaTriggerData GetPosition
Определения UndergroundAreaLoader.c:9

Перекрестные ссылки GetPosition, m_SoundEffectCooking, m_SoundPlaying, SEffectManager::PlaySound() и SoundCookingStop().

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