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

◆ IsLiquidPresent()

bool InventoryItem::IsLiquidPresent ( )
inlineprivate

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

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

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