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

◆ PlayActionLoopSound()

void ActionBuildShelter::PlayActionLoopSound ( ActionData action_data)
inlineprotected

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

294 {
295 if ( !m_BuildLoopSound || !m_BuildLoopSound.IsSoundPlaying() )
296 {
297 m_BuildLoopSound = SEffectManager.PlaySound( m_SoundsetBuildLoop, action_data.m_Target.GetObject().GetPosition(), 0, 0, true );
298 }
299 }
string m_SoundsetBuildLoop
Определения ActionBuildShelter.c:4
EffectSound m_BuildLoopSound
Определения ActionBuildShelter.c:6

Перекрестные ссылки ActionData, m_BuildLoopSound, m_SoundsetBuildLoop и SEffectManager::PlaySound().

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