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

◆ CanBeIgnoredByDroppedItem()

bool IEntity::CanBeIgnoredByDroppedItem ( )
inlineprivate

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

795 {
796 return IsBush() || IsTree() || IsMan() || IsDayZCreature() || IsItemBase();
797 }
bool IsMan()
Returns if this entity is Man.
Определения Object.c:526
bool IsTree()
Returns if this entity is tree.
Определения Object.c:598
bool IsItemBase()
Returns if this entity is ItemBase.
Определения Object.c:556
bool IsBush()
Returns if this entity is bush.
Определения Object.c:616
bool IsDayZCreature()
Checks if this instance is of type DayZCreature.
Определения Object.c:532

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