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

◆ ToString()

override string UnityEngine.SocialPlatforms.Impl.UserProfile.ToString ( )
inlineinherited

Definition at line 38 of file UserProfile.cs.

39 {
40 string id = this.m_ID;
41 if ((id == null || id != null) && (" - " == null || " - " != null))
42 {
43 string userName = this.m_UserName;
44 if ((userName == null || userName != null) && (" - " == null || " - " != null))
45 {
46 bool isFriend = this.m_IsFriend;
47 string text;
48 if ((text == null || text != null) && (" - " == null || " - " != null))
49 {
50 UserState state = this.m_State;
51 string text2;
52 if (text2 == null || text2 != null)
53 {
54 string text3;
55 return text3;
56 }
57 }
58 }
59 }
61 }
class f__AnonymousType0<< Count > j__TPar

References UnityEngine.SocialPlatforms.Impl.UserProfile.isFriend, j__TPar, UnityEngine.SocialPlatforms.Impl.UserProfile.m_ID, UnityEngine.SocialPlatforms.Impl.UserProfile.m_IsFriend, UnityEngine.SocialPlatforms.Impl.UserProfile.m_State, UnityEngine.SocialPlatforms.Impl.UserProfile.m_UserName, UnityEngine.SocialPlatforms.Impl.UserProfile.state, System.text, and UnityEngine.SocialPlatforms.Impl.UserProfile.userName.