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

◆ StatusFromNPC()

void Terraria.Player.StatusFromNPC ( NPC npc)
inline

Definition at line 6969 of file Player.cs.

6970 {
6971 if (!true)
6972 {
6973 }
6974 bool expertMode = Main.expertMode;
6975 if (npc.type == 0)
6976 {
6977 }
6978 int num;
6979 int type;
6980 if (num != 0)
6981 {
6982 type = npc.type;
6983 }
6984 if (type == 0)
6985 {
6986 }
6987 if (type == 0)
6988 {
6989 }
6990 if (type == 0)
6991 {
6992 }
6993 }

References Terraria.Main.expertMode, and Terraria.NPC.type.