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

VRage.Game.ModAPI.Ingame.IMyInventory.CanTransferItemTo

Malware edited this page Dec 13, 2025 · 3 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

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