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

◆ CanWork()

bool ActionViewOptics::CanWork ( ItemBase item)
inlineprivate

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

140 {
141 if (!item.HasEnergyManager())
142 {
143 return true;
144 }
145 else if (item.GetCompEM() && item.GetCompEM().CanWork())
146 {
147 return true;
148 }
149
150 return false;
151 }