Factorio Runtime DocsVersion 2.0.57

InfinityInventoryFilter :: table

A single filter used by an infinity-filters instance.

Table fields

name :: ItemID

Name of the item. When reading a filter, this is a string.

Name of the item. When reading a filter, this is a string.

quality :: QualityID?

Quality of the item. Defaults to "normal". When reading a filter, this is a string.

Quality of the item. Defaults to "normal". When reading a filter, this is a string.

count :: ItemCountType?

The count of the filter. Defaults to 0.

The count of the filter. Defaults to 0.

mode :: "at-least" or "at-most" or "exactly"?

Defaults to "at-least".

Defaults to "at-least".

index :: uint?

The index of this filter in the filters list. Not required when writing a filter.

The index of this filter in the filters list. Not required when writing a filter.

Classes

Concepts

Events

Defines