Summary

public bool CanAddItemAmount(IMyInventoryItem item, MyFixedPoint amount)

Gets whether item could be added into inventory, but doesn't add it Checks: - Inserting volume - Inventory can receive items - Inventory filter can

Returns

bool

True if item can be added

Parameters