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

◆ IsParticle()

override bool EffectParticle::IsParticle ( )
inlineprotected

Check whether the Effect is EffectParticle without casting.

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

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

117 {
118 return true;
119 }