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

◆ IsWorking()

bool ItemOptics::IsWorking ( )
inlineprotected

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

235 {
236 if (GetCompEM() && GetCompEM().CanWork())
237 return true;
238 return false;
239 }

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