VRage.Game.ModAPI.Ingame.IMyInventory.TransferItemTo - bimbam2103/space_engineers GitHub Wiki

IndexNamespace IndexIMyInventory

Summary

public bool TransferItemTo(IMyInventory dstInventory, MyInventoryItem item, MyFixedPoint? amount = default)

Attempts to transfer item from one inventory to another.

Returns

bool

True in case item was successfully transferred, false otherwise

Parameters

Summary

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

Attempts to transfer item from one inventory to another.

Returns

bool

True in case item was successfully transferred, false otherwise

Parameters

⚠️ **GitHub.com Fallback** ⚠️