|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Inheritance diagram for Terraria.ModLoader.AbstractNPCShop:
Collaboration diagram for Terraria.ModLoader.AbstractNPCShop:Classes | |
| interface | Entry |
Public Member Functions | |
| AbstractNPCShop (int npcType, string name="Shop") | |
| void | Register () |
| void | FillShop (ICollection< Item > items, NPC npc) |
| Unbounded variant of M:Terraria.ModLoader.AbstractNPCShop.FillShop(Terraria.Item[],Terraria.NPC,System.Boolean@), for future forwards compatibility with tabbed or scrolling shops. | |
| void | FillShop (Item[] items, NPC npc, out bool overflow) |
| Fills a shop array with the contents of this shop, evaluating conditions and running callbacks. | |
| virtual void | FinishSetup () |
Properties | |
| int | NpcType [get] |
| string | Name [get] |
| string | FullName [get] |
| IEnumerable< Entry > | ActiveEntries [get] |
Definition at line 5 of file AbstractNPCShop.cs.