Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Sandbox.ModAPI.Ingame.IMyConveyorSorter.AddItem

Malware edited this page Dec 25, 2018 · 23 revisions

IndexIMyConveyorSorter

Summary

public virtual void AddItem(public sealed struct MyInventoryItemFilter item)

Adds a single item to the filter list. See Sandbox.ModAPI.Ingame.IMyConveyorSorter.SetFilter(Sandbox.ModAPI.Ingame.MyConveyorSorterMode,System.Collections.Generic.List{Sandbox.ModAPI.Ingame.MyInventoryItemFilter}) to change the filter mode and/or fill the entire list in one go.

Returns

Example

Remarks

Clone this wiki locally