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

◆ InsertAt() [1/3]

NPCShop Terraria.ModLoader.NPCShop.InsertAt ( Entry targetEntry,
bool after,
Item item,
params Condition[] condition )
inlineprivate

Definition at line 175 of file NPCShop.cs.

176 {
177 return Add(new Entry(item, condition).SetOrdering(targetEntry, after));
178 }
NPCShop Add(params Entry[] entries)
Definition NPCShop.cs:154

References Terraria.ModLoader.NPCShop.Add(), and Terraria.ID.Entry.

Referenced by Terraria.ModLoader.NPCShop.InsertAfter(), Terraria.ModLoader.NPCShop.InsertAfter(), Terraria.ModLoader.NPCShop.InsertAfter(), Terraria.ModLoader.NPCShop.InsertAt(), Terraria.ModLoader.NPCShop.InsertAt(), Terraria.ModLoader.NPCShop.InsertBefore(), Terraria.ModLoader.NPCShop.InsertBefore(), and Terraria.ModLoader.NPCShop.InsertBefore().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: