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.Leaderboard.ToString ( )
inline

Definition at line 20 of file Leaderboard.cs.

21 {
22 if ("ID: '" == null || "ID: '" != null)
23 {
24 string text = this.<id>k__BackingField;
25 if ((text == null || text != null) && ("' Title: '" == null || "' Title: '" != null))
26 {
27 string title = this.m_Title;
28 string text2;
29 string text3;
30 string text4;
31 string text5;
32 if ((title == null || title != null) && ("' Loading: '" == null || "' Loading: '" != null) && (text2 == null || text2 != null) && ("' Range: [" == null || "' Range: [" != null) && (text3 == null || text3 != null) && ("," == null || "," != null) && (text4 == null || text4 != null) && ("] MaxRange: '" == null || "] MaxRange: '" != null) && (text5 == null || text5 != null) && ("' Scores: '" == null || "' Scores: '" != null))
33 {
34 IScore[] scores = this.m_Scores;
35 string text6;
36 if ((text6 == null || text6 != null) && ("' UserScope: '" == null || "' UserScope: '" != null))
37 {
38 UserScope userScope = this.<userScope>k__BackingField;
39 string text7;
40 if ((text7 == null || text7 != null) && ("' TimeScope: '" == null || "' TimeScope: '" != null))
41 {
42 TimeScope timeScope = this.<timeScope>k__BackingField;
43 string text8;
44 if ((text8 == null || text8 != null) && ("' UserFilter: '" == null || "' UserFilter: '" != null))
45 {
46 string[] userIDs = this.m_UserIDs;
47 string text9;
48 if (text9 == null || text9 != null)
49 {
50 string text10;
51 return text10;
52 }
53 }
54 }
55 }
56 }
57 }
58 }
60 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, UnityEngine.SocialPlatforms.Impl.Leaderboard.k__BackingField, UnityEngine.SocialPlatforms.Impl.Leaderboard.m_Scores, UnityEngine.SocialPlatforms.Impl.Leaderboard.m_Title, UnityEngine.SocialPlatforms.Impl.Leaderboard.m_UserIDs, System.text, UnityEngine.SocialPlatforms.Impl.Leaderboard.timeScope, and UnityEngine.SocialPlatforms.Impl.Leaderboard.userScope.