DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanWork()
bool
ActionViewOptics::CanWork
(
ItemBase
item
)
inline
private
См. определение в файле
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
}
ActionViewOptics
Создано системой
1.13.2