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

◆ setNPCName()

static void Terraria.NPC.setNPCName ( string newName,
int npcType,
bool resetExtras = false )
inlinestatic

Definition at line 922 of file NPC.cs.

923 {
924 int num = 1;
925 if (num == 0)
926 {
927 }
928 if (num != 0)
929 {
930 if (num == 0)
931 {
932 }
933 if (num != 0)
934 {
935 if (num == 0)
936 {
937 }
938 string newNPCName = NPC.getNewNPCName(npcType);
939 return;
940 }
941 }
942 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by Terraria.IO.NPCInfo_OldMobile.ReadNPCNames().