terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetNameForVariant()

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

Implements Terraria.GameContent.ITownNPCProfile.

Definition at line 208 of file Profiles.cs.

209 {
210 int type = npc.type;
211 if (!true)
212 {
213 }
214 return NPC.getNewNPCName(type);
215 }

References Terraria.NPC.getNewNPCName(), and Terraria.NPC.type.