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

◆ IsParticle()

bool IsParticle ( )
protected

Check whether the Effect is EffectParticle without casting.

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

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

139 {
140 return false;
141 }