DayZ 1.27
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 строка 267

268 {
269 return true;
270 }