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

◆ CheckForDropItem()

bool DayZPlayer::CheckForDropItem ( EntityAI item)
inlineprotected

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

3696 {
3697 /*
3698 bool restrained = IsRestrained(); // IsRestrained()
3699 bool unconscious = IsUnconscious(); // IsRestrained()
3700
3701 ItemBase ib = ItemBase.Cast(item);
3702 if (!IsAlive() || restrained || unconscious || ib.CanBeMovedOverride())
3703 return true;
3704 return false;
3705 */
3706 return CheckForTakeItem(item); //the two functions are currently identical
3707 }
bool CheckForTakeItem(EntityAI item)
Определения DayZPlayerImplement.c:3684

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