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

◆ GetNameForVariant()

string Terraria.GameContent.Profiles.LegacyNPCProfile.GetNameForVariant ( NPC npc)
inline

Implements Terraria.GameContent.ITownNPCProfile.

Definition at line 89 of file Profiles.cs.

90 {
91 return npc.getNewNPCName();
92 }

References Terraria.NPC.getNewNPCName().

+ Here is the call graph for this function: