|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Attributes | |
| const int | InventoryItem = 0 |
| const int | InventoryCoin = 1 |
| const int | InventoryAmmo = 2 |
| const int | ChestItem = 3 |
| const int | BankItem = 4 |
| const int | PrefixItem = 5 |
| const int | TrashItem = 6 |
| const int | GuideItem = 7 |
| const int | EquipArmor = 8 |
| const int | EquipArmorVanity = 9 |
| const int | EquipAccessory = 10 |
| const int | EquipAccessoryVanity = 11 |
| const int | EquipDye = 12 |
| const int | HotbarItem = 13 |
| const int | ChatItem = 14 |
| const int | ShopItem = 15 |
| const int | EquipGrapple = 16 |
| const int | EquipMount = 17 |
| const int | EquipMinecart = 18 |
| const int | EquipPet = 19 |
| const int | EquipLight = 20 |
| const int | MouseItem = 21 |
| const int | CraftingMaterial = 22 |
| const int | DisplayDollArmor = 23 |
| const int | DisplayDollAccessory = 24 |
| const int | DisplayDollDye = 25 |
| const int | HatRackHat = 26 |
| const int | HatRackDye = 27 |
| const int | GoldDebug = 28 |
| const int | CreativeInfinite = 29 |
| const int | CreativeSacrifice = 30 |
| const int | InWorld = 31 |
| const int | VoidItem = 32 |
| const int | EquipMiscDye = 33 |
| static readonly int | Count = 34 |
Definition at line 29 of file ItemSlot.cs.