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

◆ GetEntry()

Entry Terraria.ModLoader.NPCShop.GetEntry ( int item)
inline

Definition at line 131 of file NPCShop.cs.

132 {
133 return _entries.First((Entry x) => x.Item.type == item);
134 }
List< Entry > _entries
Definition NPCShop.cs:117

References Terraria.ModLoader.NPCShop._entries, Terraria.ModLoader.NPCShop.Entry.Item, and Terraria.Item.type.

Referenced by Terraria.ModLoader.NPCShop.InsertAt().

+ Here is the caller graph for this function: