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

◆ IsSound()

bool IsSound ( )
protected

Check whether the Effect is EffectSound without casting.

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

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

128 {
129 return false;
130 }