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

◆ GetHeadIndexSafe()

static int Terraria.GameContent.TownNPCProfiles.GetHeadIndexSafe ( NPC npc)
inlinestatic

Definition at line 51 of file TownNPCProfiles.cs.

52 {
53 if (!true)
54 {
55 }
56 return NPC.TypeToDefaultHeadIndex(int.MinValue);
57 }

References Terraria.NPC.TypeToDefaultHeadIndex().