Class MyConveyorSorterMode
Determines the current mode of a conveyor sorter.
Inheritance
System.Object
MyConveyorSorterMode
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public sealed class MyConveyorSorterMode : Enum
Fields
Blacklist
The items in the filter list are not allowed through this sorter.
Declaration
public const MyConveyorSorterMode Blacklist
Field Value
Type | Description |
---|---|
MyConveyorSorterMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Whitelist
The items in the filter list are the only items allowed through this sorter.
Declaration
public const MyConveyorSorterMode Whitelist
Field Value
Type | Description |
---|---|
MyConveyorSorterMode |