|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Inheritance diagram for Terraria.ModLoader.TravellingMerchantShop:
Collaboration diagram for Terraria.ModLoader.TravellingMerchantShop:Public Member Functions | |
| TravellingMerchantShop (int npcType) | |
| TravellingMerchantShop | AddInfoEntry (Item item, params Condition[] conditions) |
| TravellingMerchantShop | AddInfoEntry (int item, params Condition[] conditions) |
| override void | FillShop (ICollection< Item > items, NPC npc) |
| override void | FillShop (Item[] items, NPC npc, out bool overflow) |
| void | Register () |
| virtual void | FinishSetup () |
Properties | |
| override IEnumerable< AbstractNPCShop.Entry > | ActiveEntries [get] |
| int | NpcType [get] |
| string | Name [get] |
| string | FullName [get] |
Private Attributes | |
| new record Entry(Item Item, IEnumerable< Condition > Conditions) List< Entry > | _entries = new List<Entry>() |
Definition at line 7 of file TravellingMerchantShop.cs.