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

◆ IsWorking()

bool ItemOptics::IsWorking ( )
inlineprotected

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

240 {
241 if (GetCompEM() && GetCompEM().CanWork())
242 return true;
243 return false;
244 }

Используется в GetCurrentNVType(), StarlightOptic::GetCurrentNVType() и UpdateOpticsReddotVisibility().