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

Morten Aune Lyrstad edited this page Apr 16, 2022 · 21 revisions

IndexNamespace IndexIMyInventory

Summary

public bool TransferItemFrom(IMyInventory sourceInventory, MyInventoryItem item, [MyFixedPoint? amount])

Attempts to transfer item from one inventory to another.

Returns

bool

True in case item was successfully transferred, false otherwise

Parameters

Summary

public bool TransferItemFrom(IMyInventory sourceInventory, int sourceItemIndex, [int? targetItemIndex], [bool? stackIfPossible], [MyFixedPoint? amount])

Attempts to transfer item from one inventory to another.

Returns

bool

True in case item was successfully transferred, false otherwise

Parameters

Clone this wiki locally