CanAddItemAmount
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
True if item can be added
Parameters
- IMyInventoryItem item
- MyFixedPoint amount