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

◆ CanWork()

bool ActionViewOptics::CanWork ( ItemBase item)
inlineprivate

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

134 {
135 if (!item.HasEnergyManager())
136 {
137 return true;
138 }
139 else if (item.GetCompEM() && item.GetCompEM().CanWork())
140 {
141 return true;
142 }
143
144 return false;
145 }