CanMoveItemUsage​Called when moving an item from one inventory slot to anotherReturn a non-null value to override default behaviorExamples​""object CanMoveItem(Item item, PlayerInventory playerLoot, uint targetContainer, int targetSlot, int amount){ Puts("CanMoveItem works!"); return null;}Copy