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

◆ AddInfoEntry() [2/2]

TravellingMerchantShop Terraria.ModLoader.TravellingMerchantShop.AddInfoEntry ( Item item,
params Condition[] conditions )
inline

Definition at line 20 of file TravellingMerchantShop.cs.

21 {
22 _entries.Add(new Entry(item, conditions.ToList()));
23 return this;
24 }
new record Entry(Item Item, IEnumerable< Condition > Conditions) List< Entry > _entries

References Terraria.ModLoader.TravellingMerchantShop._entries, and Terraria.ID.Entry.

Referenced by Terraria.ModLoader.TravellingMerchantShop.AddInfoEntry(), and Terraria.ModLoader.NPCShopDatabase.RegisterTravellingMerchant().

+ Here is the caller graph for this function: