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

◆ StopSoundSet()

bool IEntity::StopSoundSet ( out EffectSound sound)
inlineprivate

EffectSound - stops soundset and returns state of the sound (true - stopped, false - not playing)

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

1311 {
1312 if ( sound && g_Game && ( !g_Game.IsDedicatedServer() ) )
1313 {
1314 sound.SoundStop();
1315 sound = null;
1316
1317 return true;
1318 }
1319
1320 return false;
1321 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.

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