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

◆ CanBeIgnoredByDroppedItem()

bool IEntity::CanBeIgnoredByDroppedItem ( )
inlineprivate

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

798 {
799 return IsBush() || IsTree() || IsMan() || IsDayZCreature() || IsItemBase();
800 }
bool IsMan()
Returns if this entity is Man.
Определения Object.c:529
bool IsTree()
Returns if this entity is tree.
Определения Object.c:601
bool IsItemBase()
Returns if this entity is ItemBase.
Определения Object.c:559
bool IsBush()
Returns if this entity is bush.
Определения Object.c:619
bool IsDayZCreature()
Checks if this instance is of type DayZCreature.
Определения Object.c:535

Перекрестные ссылки IsBush(), IsDayZCreature(), IsItemBase(), IsMan() и IsTree().