Variable itemClassificationsConst

    itemClassifications: {
        none: 0;
        progression: 1;
        trap: 4;
        useful: 2;
    } = ...

    Bit flags that define the special characteristics of a API.NetworkItem.

    Type declaration

    • Readonlynone: 0

      A shorthand with no flags set, also known as 'filler' or 'junk' items.

    • Readonlyprogression: 1

      If set, indicates the item may unlock logical advancement.

    • Readonlytrap: 4

      If set, indicates the item can inconvenience a player.

    • Readonlyuseful: 2

      If set, indicates the item is classified as useful to have.