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

◆ InsertBefore() [2/3]

NPCShop Terraria.ModLoader.NPCShop.InsertBefore ( int targetItem,
int item,
params Condition[] condition )
inline

Definition at line 200 of file NPCShop.cs.

201 {
202 return InsertAt(targetItem, after: false, item, condition);
203 }
NPCShop InsertAt(Entry targetEntry, bool after, Item item, params Condition[] condition)
Definition NPCShop.cs:175

References Terraria.ModLoader.NPCShop.InsertAt().

+ Here is the call graph for this function: