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

◆ GetFullNetName()

NetworkText Terraria.NPC.GetFullNetName ( )
inline

Definition at line 880 of file NPC.cs.

881 {
882 if (this._givenName._stringLength != 0)
883 {
885 if (givenNetName == null || givenNetName != null)
886 {
888 if (typeNetName == null || typeNetName != null)
889 {
891 return networkText;
892 }
893 }
894 throw new ArrayTypeMismatchException();
895 }
897 return networkText2;
898 }
class f__AnonymousType0<< Count > j__TPar
NetworkText GetTypeNetName()
Definition NPC.cs:845
string _givenName
Definition NPC.cs:11198
NetworkText GetGivenNetName()
Definition NPC.cs:912

References Terraria.NPC._givenName, Terraria.NPC.GetGivenNetName(), Terraria.NPC.GetTypeNetName(), and j__TPar.