DayZ 1.29
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 строка 688

689 {
690 return false;
691 }