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

◆ CanDestroy()

bool CanDestroy ( )
protected

Get whether the Effect can be destroyed right now.

Возвращает
bool Whether the Effect can be destroyed right now

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

270 {
271 return true;
272 }