Summary

public bool TransferItemTo(IMyInventory dst, int sourceItemIndex, int? targetItemIndex, bool? stackIfPossible, MyFixedPoint? amount, bool checkConnection)

Transfer item from one inventory to another

Returns

bool

True if checkConnection is false, or inventories are connected with correct conveyor

Parameters