Terraria.NPC

Methods

GetGlobalNPC(Terraria.ModLoader.Mod,System.String)()
Gets the global NPC. Use this overload when you dynamically add GlobalNPC manually.
GetGlobalNPC``1(Terraria.ModLoader.Mod)()
Gets the global NPC. Use this overload when you know only 1 instance will ever be added by this particular mod.
GetGlobalNPC``1()
Gets the global NPC. Use this overload when you know only 1 instance will ever be added among all mods. 99% of mods should use this.