Sandbox.ModAPI.Ingame.MyInventoryItemFilter - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public struct MyInventoryItemFilterImplements inventory item filter
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Determines whether all subtypes of the given item ID should pass this filter check.
Specifies an item to filter. Set AllSubTypes to true to only check the main type part of this ID.
MyInventoryItemFilter(string itemId, bool allSubTypes = default)
MyInventoryItemFilter(MyDefinitionId itemId, bool allSubTypes = default)