Skip to main content

Module item

Module item 

Source
Expand description

Giant enum for all the Item types in the game.

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

Traits§

ItemExt

Type Aliases§

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