Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.IMyConveyorSorter.AddItem

Malware edited this page Dec 25, 2018 · 22 revisions

IndexIMyConveyorSorter

Summary

private public abstract virtual AddItem
```csharp

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})](https://docs.microsoft.com/en-us/dotnet/api/sandbox.modapi.ingame.imyconveyorsorter.setfilter(sandbox.modapi.ingame.myconveyorsortermode,system.collections.generic.list{sandbox.modapi.ingame.myinventoryitemfilter})?view=netframework-4.6) to change the filter mode and/or fill the entire list in one go.

### Returns

### Example

### Remarks
Clone this wiki locally