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

◆ CheckAndExecuteStackSplit()

bool ManBase::CheckAndExecuteStackSplit ( FindInventoryLocationType flags,
notnull EntityAI item,
notnull EntityAI target )
inlineprotected

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

9167 {
9168 InventoryLocation il = new InventoryLocation;
9169 if (target.GetInventory().FindFreeLocationFor(item, flags, il))
9170 {
9172 }
9173 return false;
9174 }
bool CheckAndExecuteStackSplitToInventoryLocation(InventoryLocation il, notnull EntityAI item)
Определения PlayerBase.c:9176

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

Используется в TakeEntityAsAttachmentImpl(), TakeEntityToCargoImpl(), TakeEntityToHandsImpl(), TakeEntityToInventoryImpl(), TakeEntityToTargetAttachmentImpl(), TakeEntityToTargetCargoImpl() и TakeEntityToTargetInventoryImpl().