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

Sandbox.ModAPI.Ingame.IMyConveyorSorter.IsAllowed

Malware edited this page Dec 25, 2018 · 26 revisions

IndexIMyConveyorSorter

Summary

private public abstract virtual IsAllowed
```csharp

Determines whether a given item type is allowed through the sorter, depending on the filter list ( [Sandbox.ModAPI.Ingame.IMyConveyorSorter.GetFilterList(System.Collections.Generic.List{Sandbox.ModAPI.Ingame.MyInventoryItemFilter})](https://docs.microsoft.com/en-us/dotnet/api/sandbox.modapi.ingame.imyconveyorsorter.getfilterlist(system.collections.generic.list{sandbox.modapi.ingame.myinventoryitemfilter})?view=netframework-4.6) ) and [Mode](Sandbox.ModAPI.Ingame.IMyConveyorSorter.Mode) .

### Returns



### Example

### Remarks

Clone this wiki locally