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

◆ InsertBefore() [1/3]

NPCShop Terraria.ModLoader.NPCShop.InsertBefore ( Entry targetEntry,
Item item,
params Condition[] condition )
inline

Definition at line 190 of file NPCShop.cs.

191 {
192 return InsertAt(targetEntry, after: false, item, condition);
193 }
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: