Click or drag to resize
MyConveyorSorterMode Enumeration
v01.180.0 (Beta)

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

Determines the current mode of a conveyor sorter.

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum MyConveyorSorterMode
Members
  Member nameValueDescription
Whitelist0 The items in the filter list are the only items allowed through this sorter.
Blacklist1 The items in the filter list are not allowed through this sorter.
See Also