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

◆ CheckForDropItem()

bool DayZPlayer::CheckForDropItem ( EntityAI item)
inlineprotected

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

3679 {
3680 /*
3681 bool restrained = IsRestrained(); // IsRestrained()
3682 bool unconscious = IsUnconscious(); // IsRestrained()
3683
3684 ItemBase ib = ItemBase.Cast(item);
3685 if (!IsAlive() || restrained || unconscious || ib.CanBeMovedOverride())
3686 return true;
3687 return false;
3688 */
3689 return CheckForTakeItem(item); //the two functions are currently identical
3690 }
bool CheckForTakeItem(EntityAI item)
Определения DayZPlayerImplement.c:3667

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