Types/ItemPrototypeFlags: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(array)
No edit summary
Line 6: Line 6:
* "can-extend-inventory"
* "can-extend-inventory"
* "primary-place-result"
* "primary-place-result"
* "mod-openable"
* "mod-openable" - See [[Prototype/Item#can_be_mod_opened]].
* "only-in-cursor"
* "only-in-cursor"

Revision as of 16:19, 25 November 2019

A Types/table (array) of types/string. Options for the string:

  • "hidden" - Item will not appear in lists of all items such as those for logistics requests, filters, etc.
  • "hide-from-bonus-gui"
  • "hide-from-fuel-tooltip"
  • "not-stackable"
  • "can-extend-inventory"
  • "primary-place-result"
  • "mod-openable" - See Prototype/Item#can_be_mod_opened.
  • "only-in-cursor"