Expand description
Giant enum for all the Item types in the game.
Structs§
Enums§
- Item
- “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. - Item
Loader 🔒 - The specification for loading an
Itemtype into theDb. - Load
AsFile - Recursive
Type Aliases§
- Item
Adder 🔒 - The callback type for adding one item instance to the database.