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

Summary

public bool TransferItemFrom(IMyInventory sourceInventory, int sourceItemIndex, Nullable<T> targetItemIndex, Nullable<T> stackIfPossible, Nullable<T> amount)

Returns

bool

Summary

public bool TransferItemFrom(IMyInventory sourceInventory, IMyInventoryItem item, MyFixedPoint amount)

Returns

bool

Clone this wiki locally