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

◆ IsSound()

bool IsSound ( )
protected

Check whether the Effect is EffectSound without casting.

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

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

130 {
131 return false;
132 }