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

◆ CheckForDropItem()

bool DayZPlayer::CheckForDropItem ( EntityAI item)
inlineprotected

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

3630 {
3631 /*
3632 bool restrained = IsRestrained(); // IsRestrained()
3633 bool unconscious = IsUnconscious(); // IsRestrained()
3634
3635 ItemBase ib = ItemBase.Cast(item);
3636 if (!IsAlive() || restrained || unconscious || ib.CanBeMovedOverride())
3637 return true;
3638 return false;
3639 */
3640 return CheckForTakeItem(item); //the two functions are currently identical
3641 }
bool CheckForTakeItem(EntityAI item)
Определения DayZPlayerImplement.c:3618

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