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 virtual bool TransferItemFrom(public interface IMyInventory sourceInventory, int sourceItemIndex, public sealed struct Nullable<T> targetItemIndex, public sealed struct Nullable<T> stackIfPossible, public sealed struct Nullable<T> amount)

Returns

Example

Remarks

Summary

public virtual bool TransferItemFrom(public interface IMyInventory sourceInventory, public interface IMyInventoryItem item, public sealed struct MyFixedPoint amount)

Returns

Example

Remarks

Clone this wiki locally