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

◆ OnInventoryJunctureRepairFromServer()

override bool OnInventoryJunctureRepairFromServer ( ParamsReadContext ctx)
protected

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

557 {
558/* InventoryLocation il = new InventoryLocation;
559 if (!il.ReadFromContext(ctx) )
560 return false;
561
562 InventoryLocation il_current = new InventoryLocation;
563
564 EntityAI item = il.GetItem();
565 item.GetInventory().GetCurrentInventoryLocation(il_current);
566
567 if( !il_current.CompareLocationOnly(il))
568 {
569 LocationMoveEntity(il_current,il);
570 }*/
571 return true;
572 }