Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.IMyInventory.TransferItemFrom

Malware edited this page Dec 25, 2018 · 21 revisions

IndexIMyInventory

csharp[bool](System.Boolean) TransferItemFrom([IMyInventory](VRage.Game.ModAPI.Ingame.IMyInventory) sourceInventory, [int](System.Int32) sourceItemIndex, [Nullable<T>](System.Nullable`1) targetItemIndex, [Nullable<T>](System.Nullable`1) stackIfPossible, [Nullable<T>](System.Nullable`1) amount)``````csharp[bool](System.Boolean) TransferItemFrom([IMyInventory](VRage.Game.ModAPI.Ingame.IMyInventory) sourceInventory, [IMyInventoryItem](VRage.Game.ModAPI.Ingame.IMyInventoryItem) item, [MyFixedPoint](VRage.MyFixedPoint) amount)

Clone this wiki locally