Click or drag to resize
MyInventoryItemFilter Structure
v01.180.0 (Beta)

[This is preliminary documentation and is subject to change.]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public struct MyInventoryItemFilter

The MyInventoryItemFilter type exposes the following members.

Constructors
  NameDescription
Public methodMyInventoryItemFilter(String, Boolean)
Initializes a new instance of the MyInventoryItemFilter class
Public methodMyInventoryItemFilter(MyDefinitionId, Boolean)
Initializes a new instance of the MyInventoryItemFilter class
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Operators
Fields
  NameDescription
Public fieldAllSubTypes
Determines whether all subtypes of the given item ID should pass this filter check.
Public fieldItemId
Specifies an item to filter. Set AllSubTypes to true to only check the main type part of this ID.
Top
See Also