returns false if and only if type, stack and prefix match
- See also
- M:Terraria.Item.IsNetStateDifferent(Terraria.Item)
Definition at line 51938 of file Item.cs.
51939 {
51941 {
51943 }
51944 return true;
51945 }
int stack
The current stack of the item. F:Terraria.Item.maxStack indicates the max possible stack.
int prefix
The current prefix applied to this item. Either a T:Terraria.ID.PrefixID entry or M:Terraria....
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.prefix, Terraria.Item.stack, and Terraria.Item.type.