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

◆ PlayEmptyingLoopSound()

void PlayEmptyingLoopSound ( )
private

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

276 {
277 if (!m_EmptyingLoopSound || !m_EmptyingLoopSound.IsSoundPlaying())
278 {
280 }
281 }
EffectSound m_EmptyingLoopSound
Определения Bottle_Base.c:28
string GetEmptyingLoopSoundset()
Определения Bottle_Base.c:292
static EffectSound PlaySoundOnObject(string sound_set, Object parent_object, float play_fade_in=0, float stop_fade_out=0, bool loop=false)
Create and play an EffectSound.
Определения EffectManager.c:247
Manager class for managing Effect (EffectParticle, EffectSound)
Определения EffectManager.c:6

Перекрестные ссылки GetEmptyingLoopSoundset(), m_EmptyingLoopSound и SEffectManager::PlaySoundOnObject().

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