Definition at line 3486 of file Item.cs.
3487 {
3489 {
3491 }
3492 return true;
3493 }
int ammo
The Ammo ID this item belongs to. Weapons with F:Terraria.Item.useAmmo set to the same AmmoID will co...
bool PaintOrCoating
true if F:Terraria.Item.paint > 0 || F:Terraria.Item.paintCoating > 0 and false otherwise.
int bait
The numerical value this item adds to a player's fishing skill when used as bait. If greater than 0,...
bool notAmmo
If true and the item is ammo (sets F:Terraria.Item.ammo to something), the item will not count as amm...
int type
The Item ID of this item. The Item ID is a unique number assigned to each Item loaded into the game....
References Terraria.Item.ammo, Terraria.Item.bait, Terraria.Item.notAmmo, Terraria.Item.PaintOrCoating, and Terraria.Item.type.
Referenced by Terraria.Player.GetItem().