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

◆ IsPlaying()

override bool EffectSound::IsPlaying ( )
inlineprotected

Returns true when the effect is playing, false otherwise.

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

283 {
284 return IsSoundPlaying(); // Just in case, as that's what used to be the actual way to check
285 }
bool IsSoundPlaying()
Get whether EffectSound is currently playing.
Определения EffectSound.c:274

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