Expand description
Giant enum for all the Item
types in the game.
Structs§
- An iterator over the variants of Item
Enums§
- “items” are all the things that can be looked up in the game databases. Anything that can be looked up in script with a literal string key, or that’s loaded into tiger’s database and needs a unique key, is an
Item
.
Type Aliases§
- The callback type for adding one item instance to the database.