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 Feb 28, 2019 · 21 revisions

IndexNamespace IndexIMyInventory

Summary

public bool TransferItemFrom(IMyInventory sourceInventory, MyInventoryItem item, Nullable<T> amount)

Returns

bool

Parameters

Summary

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

Returns

bool

Parameters

Clone this wiki locally