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

◆ AddInfoEntry() [1/2]

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

Definition at line 26 of file TravellingMerchantShop.cs.

27 {
28 return AddInfoEntry(ContentSamples.ItemsByType[item], conditions);
29 }
static Dictionary< int, Item > ItemsByType
The default T:Terraria.Item for a given item type (F:Terraria.Item.type).
This class stores instances of various content types in a number of dictionaries. These instances ser...
TravellingMerchantShop AddInfoEntry(Item item, params Condition[] conditions)

References Terraria.ModLoader.TravellingMerchantShop.AddInfoEntry(), and Terraria.ID.ContentSamples.ItemsByType.

+ Here is the call graph for this function: