Tracked constant
ItemState
const Tracked
Tracked = 2 If this bit is set, the item is a quest that's being tracked by the user. You may want a visual indicator to show that this is a tracked quest.
Implementation
static const ItemState Tracked = ItemState(2);