Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Game.ModAPI.Ingame.IMyInventory.TransferItemFrom

Malware edited this page Dec 25, 2018 · 20 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