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

◆ CanDisplayCargo()

bool Entity::CanDisplayCargo ( )
inlineprotected
Возвращает
true if cargo can be displayed in UI (inventory)

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 1784

1785 {
1786 return GetInventory().GetCargo() != null;
1787 }
proto native GameInventory GetInventory()
proto native CargoBase GetCargo()
cargo

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