Items

From Space Engineers Wiki
Jump to navigation Jump to search

These are all kinds of items that can be placed in inventories.
The SBC files they're in are rather scattered, see below.

First read about TypeId vs xsi:type to have an understanding of the difference.

Item types with definition types

All item types (<TypeId>) paired manually with known supported definition(s) (xsi:type).

Obsolete item types

They might be usable but likely do nothing special and might be removed in the future, not recommended to use.

  • BlockItem - no definition object.
  • ZoneChipObject - no definition object; the actual ZoneChip is a Component type.
  • SchematicItem - inherits UsableItem and would use xsi:type="MyObjectBuilder_SchematicItemDefinition".