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

◆ IsParticle()

bool IsParticle ( )
protected

Check whether the Effect is EffectParticle without casting.

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

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

137 {
138 return false;
139 }