TransferItemTo
Summary
public bool TransferItemTo(IMyInventory dst, int sourceItemIndex, int? targetItemIndex, bool? stackIfPossible, MyFixedPoint? amount, bool checkConnection)
Transfer item from one inventory to another
Returns
True if checkConnection is false, or inventories are connected with correct conveyor
Parameters
- IMyInventory dst
- int sourceItemIndex
- int? targetItemIndex
- bool? stackIfPossible
- MyFixedPoint? amount
- bool checkConnection