Crafted constant

ItemState const Crafted

Crafted = 8 If this bit is set, the item has been 'crafted' by the player. You may want to represent this visually with a "crafted" icon overlay.

Implementation

static const ItemState Crafted = ItemState(8);