#Input handler

1 messages · Page 1 of 1 (latest)

urban radish
#

An input handler is an item pre-processing device which attaches to user input interfaces in main storage systems. Because the user can input anything, a robust input handler must be capable of preprocessing all items. An input handler often has the following filters:

  1. An isBox check which separates out boxes and loose items.
  2. An isBoxFull check (for bulk) which ensures that bulk boxes are full
  3. An isBoxEmpty which removes empty boxes early for routing into empty box storage
  4. An isUnstackable filter (optional)
mystic wharfBOT
#
Dictionary Entry: Input handler

An input handler is an item pre-processing device which attaches to user input interfaces in main storage systems. Because the user can input anything, a robust input handler must be capable of preprocessing all items. An input handler often has the following filters:

  1. An isBox check which separates out boxes and loose items.
  2. An isBoxFull check (for bulk) which ensures that bulk boxes are full
  3. An isBoxEmpty which removes empty boxes early for routing into empty box storage
  4. An isUnstackable filter (optional)
Terms

Input handler

Status

Approved

References

1

Last Updated

<t:1776066383:R>

mystic wharfBOT