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

◆ IsLiquidPresent()

bool InventoryItem::IsLiquidPresent ( )
inlineprivate

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

912 {
913 return (GetLiquidType() != 0 && HasQuantity());
914 }
override bool HasQuantity()
Определения ItemBase.c:3503
override int GetLiquidType()
Определения ItemBase.c:3904

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