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

◆ IsLiquidPresent()

bool InventoryItem::IsLiquidPresent ( )
inlineprivate

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

902 {
903 return (GetLiquidType() != 0 && HasQuantity());
904 }
override bool HasQuantity()
Определения ItemBase.c:3451
override int GetLiquidType()
Определения ItemBase.c:3849

Перекрестные ссылки GetLiquidType() и HasQuantity().