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

◆ IsSound()

override bool EffectSound::IsSound ( )
inlineprotected

Check whether the Effect is EffectSound without casting.

Возвращает
bool Whether the Effect is EffectSound

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

133 {
134 return true;
135 }