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

◆ IsElectricAppliance()

bool IEntity::IsElectricAppliance ( )
inlineprivate

Returns if this is an appliance, that can be plugged into electric circuit (== not energy source)

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

686 {
687 return false;
688 }