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

◆ SetupShop() [1/2]

void Terraria.Chest.SetupShop ( int type)
inline

Definition at line 1705 of file Chest.cs.

1706 {
1707 SetupShop(NPCShopDatabase.GetShopNameFromVanillaIndex(type), Main.LocalPlayer.TalkNPC);
1708 }
void SetupShop(int type)
Definition Chest.cs:1705
static string GetShopNameFromVanillaIndex(int index)

References Terraria.ModLoader.NPCShopDatabase.GetShopNameFromVanillaIndex(), Terraria.Main.LocalPlayer, and Terraria.Chest.SetupShop().

Referenced by Terraria.Main.OpenShop(), and Terraria.Chest.SetupShop().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: