CanCombineDroppedItemUsage​Called when an item is dropped on another itemReturn a non-null value to override command argumentsExamples​""object CanCombineDroppedItem(DroppedItem item, DroppedItem targetItem){ Puts("CanCombineDroppedItem works!"); return null;}Copy