Enum "GetCollectibleFlag"⚓︎
| Value | Enumerator | Comment |
|---|---|---|
| 1 << 0 | BAN_ACTIVES | Bans items with Type: ITEM_ACTIVE. |
| 1 << 1 | IGNORE_MODIFIERS | If set the game does not attempt to morph the collectible into either Magic Skin or Rosary. Does not prevent a morph into Bible. |
| 1 << 2 | BAN_PASSIVES | Only allows items with Type: ITEM_ACTIVE. |