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

◆ CheckAndExecuteStackSplit()

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

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

9417 {
9418 InventoryLocation il = new InventoryLocation;
9419 if (target.GetInventory().FindFreeLocationFor(item, flags, il))
9420 {
9422 }
9423 return false;
9424 }
bool CheckAndExecuteStackSplitToInventoryLocation(InventoryLocation il, notnull EntityAI item)
Определения PlayerBase.c:9426

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

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