Module item

Module item 

Source
Expand description

Giant enum for all the Item types in the game.

Structs§

ItemIter
An iterator over the variants of Item

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.
ItemLoader 🔒
The specification for loading an Item type into the Db.
LoadAsFile
Recursive

Type Aliases§

ItemAdder 🔒
The callback type for adding one item instance to the database.