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

◆ SoundCookingStop()

void Edible_Base::SoundCookingStop ( )
inlineprotected

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

719 {
720 #ifndef SERVER
722 {
725 m_SoundPlaying = "";
726 }
727 #endif
728 }
string m_SoundPlaying
Определения Edible_Base.c:16
EffectSound m_SoundEffectCooking
DEPRECATED.
Определения Edible_Base.c:15

Перекрестные ссылки m_SoundEffectCooking и m_SoundPlaying.

Используется в RemoveAudio() и SoundCookingStart().