| MyInventoryItemFilter Structure | 
[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.Ingame
 Syntax
SyntaxThe MyInventoryItemFilter type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MyInventoryItemFilter(String, Boolean) | Initializes a new instance of the MyInventoryItemFilter class | 
|  | MyInventoryItemFilter(MyDefinitionId, Boolean) | Initializes a new instance of the MyInventoryItemFilter class | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from ValueType.) | 
|  | GetHashCode | (Inherited from ValueType.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from ValueType.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | (MyDefinitionId to MyInventoryItemFilter) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | AllSubTypes | 
            Determines whether all subtypes of the given item ID should pass this filter check.
             | 
|  | ItemId | 
            Specifies an item to filter. Set AllSubTypes to true to only check the main type part of this ID.
             | 
 See Also
See Also