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

◆ IsEmpty()

bool Entity::IsEmpty ( )
inlineprotected

is this container empty or not, checks both cargo and attachments

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

649 {
650 return (!HasAnyCargo() && GetInventory().AttachmentCount() == 0);
651 }
bool HasAnyCargo()
is this container empty or not, checks only cargo
Определения EntityAI.c:666
proto native GameInventory GetInventory()

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