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.CanTransferItemTo

Malware edited this page May 4, 2019 · 2 revisions

IndexNamespace IndexIMyInventory

Summary

public bool CanTransferItemTo(IMyInventory otherInventory, MyItemType itemType)

Determines if there is working conveyor connection for item of give type to be transferred to other inventory.

Returns

bool

True if there is working conveyor connection between inventories so that item of give type can by transferred, false otherwise

Parameters

Clone this wiki locally