TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GetShimmerEquivalentType()

int Terraria.Item.GetShimmerEquivalentType ( )
inlineprivate

Definition at line 49634 of file Item.cs.

49635 {
49637 {
49639 }
49640 return type;
49641 }
static int[] ShimmerCountsAsItem
If != -1 for a given item type (F:Terraria.Item.type), then that item will be treated as the retrieve...
Definition ItemID.cs:157
int type
The Item ID of this item. The Item ID is a unique number assigned to each Item loaded into the game....
Definition Item.cs:345

References Terraria.ID.ItemID.Sets.ShimmerCountsAsItem, and Terraria.Item.type.

Referenced by Terraria.Item.CanShimmer(), Terraria.Item.FindDecraftAmount(), and Terraria.Item.GetShimmered().

+ Here is the caller graph for this function: