2120 {
2121 #ifdef ENABLE_LOGGING
2123 {
2125 }
2126 #endif
2127
2130 {
2132 {
2133 LocationSwap(src1, src2, dst1, dst2);
2134 return true;
2135 }
2136 }
2137
2138 if(!super.SwapEntities(mode,item1,item2))
2139 {
2141 {
2143 }
2144 }
2145 return true;
2146 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
override bool PostDeferredForceSwapEntities(InventoryMode mode, notnull EntityAI item1, notnull EntityAI item2, notnull InventoryLocation dst1, notnull InventoryLocation dst2)
DayZPlayer GetDayZPlayerOwner()
static void InventoryMoveLog(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
static bool MakeSrcAndDstForSwap(notnull EntityAI item1, notnull EntityAI item2, out InventoryLocation src1, out InventoryLocation src2, out InventoryLocation dst1, out InventoryLocation dst2)
helper function for swap
script counterpart to engine's class Inventory
static bool IsInventoryMoveLogEnable()