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

◆ ModifyNPCNameList()

virtual void Terraria.ModLoader.GlobalNPC.ModifyNPCNameList ( NPC npc,
List< string > nameList )
inlinevirtualinherited

Allows you to modify the list of names available to the given town NPC.

Definition at line 101 of file GlobalNPC.cs.

102 {
103 }