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

◆ CanDisplayCargo()

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

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

1747 {
1748 return GetInventory().GetCargo() != null;
1749 }
proto native GameInventory GetInventory()
proto native CargoBase GetCargo()
cargo

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