DayZ 1.28
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 строка 1306

1307 {
1308 if ( sound && GetGame() && ( !GetGame().IsDedicatedServer() ) )
1309 {
1310 sound.SoundStop();
1311 sound = null;
1312
1313 return true;
1314 }
1315
1316 return false;
1317 }
proto native CGame GetGame()

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

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