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

◆ SoundGateCloseStart()

void BaseBuildingBase::SoundGateCloseStart ( )
inlineprotected

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

736 {
737 //client or single player
738 if ( !GetGame().IsDedicatedServer() )
739 {
740 PlaySoundSet( m_SoundGate_Start, SOUND_GATE_CLOSE_START, 0.1, 0.1 );
741 }
742 }
EffectSound m_SoundGate_Start
Определения Fence.c:33
const string SOUND_GATE_CLOSE_START
Определения Fence.c:9
proto native CGame GetGame()

Перекрестные ссылки GetGame(), m_SoundGate_Start и SOUND_GATE_CLOSE_START.

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