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

◆ GetLiquidSourceType()

override int FuelStation::GetLiquidSourceType ( )
inlineprivate

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

37 {
38 if (HasFuelToGive())
39 return super.GetLiquidSourceType();
40 return LIQUID_NONE;
41 }
bool HasFuelToGive()
Returns true if this stand is functional.
Определения Land_FuelStation_Feed.c:31
const int LIQUID_NONE
Определения constants.c:527

Перекрестные ссылки HasFuelToGive() и LIQUID_NONE.