Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.IMyInventory.TransferItemTo

Malware edited this page May 4, 2019 · 21 revisions

IndexNamespace IndexIMyInventory

Summary

public bool TransferItemTo(IMyInventory dstInventory, MyInventoryItem item, Nullable<VRage.MyFixedPoint> amount)

Returns

bool

Parameters

Summary

public bool TransferItemTo(IMyInventory dst, int sourceItemIndex, Nullable<System.Int32> targetItemIndex, Nullable<System.Boolean> stackIfPossible, Nullable<VRage.MyFixedPoint> amount)

Returns

bool

Parameters

Clone this wiki locally