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

◆ CheckAndExecuteStackSplit()

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

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

9069 {
9070 InventoryLocation il = new InventoryLocation;
9071 if (target.GetInventory().FindFreeLocationFor(item, flags, il))
9072 {
9074 }
9075 return false;
9076 }
bool CheckAndExecuteStackSplitToInventoryLocation(InventoryLocation il, notnull EntityAI item)
Определения PlayerBase.c:9078

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

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