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

◆ HasFuelToGive()

bool FuelStation::HasFuelToGive ( )
inlineprivate

Returns true if this stand is functional.

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

32 {
33 return !IsRuined();
34 }

Используется в GetLiquidSourceType().