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
XBOPlatformEvent.cs
Go to the documentation of this file.
1using System;
4
5// Token: 0x0200004A RID: 74
6public class XBOPlatformEvent
7{
8 // Token: 0x1700006C RID: 108
9 // (get) Token: 0x0600018C RID: 396 RVA: 0x000021DB File Offset: 0x000003DB
10 public static string UserId
11 {
12 get
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16 }
17
18 // Token: 0x0600018D RID: 397 RVA: 0x00004AC8 File Offset: 0x00002CC8
19 [Conditional("UNITY_XBOXONE")]
20 public static void SendAchievementProgress(string identifier, float progress)
21 {
22 }
23
24 // Token: 0x0600018E RID: 398 RVA: 0x00004AD8 File Offset: 0x00002CD8
25 [Conditional("UNITY_XBOXONE")]
26 public static void SendGameProgress(float progress)
27 {
28 }
29
30 // Token: 0x0600018F RID: 399 RVA: 0x00004AE8 File Offset: 0x00002CE8
31 [Conditional("UNITY_XBOXONE")]
32 public static void SendMedalsUpdated(int Medals)
33 {
34 }
35
36 // Token: 0x06000190 RID: 400 RVA: 0x00004AF8 File Offset: 0x00002CF8
37 [Conditional("UNITY_XBOXONE")]
39 {
40 }
41
42 // Token: 0x06000191 RID: 401 RVA: 0x00004B08 File Offset: 0x00002D08
43 [Conditional("UNITY_XBOXONE")]
45 {
46 }
47
48 // Token: 0x06000192 RID: 402 RVA: 0x00004B18 File Offset: 0x00002D18
49 [Conditional("UNITY_XBOXONE")]
51 {
52 }
53
54 // Token: 0x06000193 RID: 403 RVA: 0x00004B28 File Offset: 0x00002D28
55 [Conditional("UNITY_XBOXONE")]
56 public static void SendUnitsDonatedUpdated(int UnitsDonated)
57 {
58 }
59
60 // Token: 0x06000194 RID: 404 RVA: 0x00004B38 File Offset: 0x00002D38
61 [Conditional("UNITY_XBOXONE")]
63 {
64 }
65
66 // Token: 0x06000195 RID: 405 RVA: 0x00004B48 File Offset: 0x00002D48
67 [Conditional("UNITY_XBOXONE")]
69 {
70 }
71
72 // Token: 0x06000196 RID: 406 RVA: 0x00004B58 File Offset: 0x00002D58
73 [Conditional("UNITY_XBOXONE")]
75 {
76 }
77
78 // Token: 0x06000197 RID: 407 RVA: 0x00004B68 File Offset: 0x00002D68
80 {
81 }
82}
class f__AnonymousType0<< Count > j__TPar
static void SendRankedMatchesUpdated(int RankedMatches)
static void SendMedalsUpdated(int Medals)
static void SendMultiplayerRoundEnd(Guid sessionGUID, string correlationId, float gameTime)
static void SendAchievementProgress(string identifier, float progress)
static void SendThreeStarVictoriesUpdated(int ThreeStarVictories)
static string UserId
static void SendUnitsDonatedUpdated(int UnitsDonated)
static void SendGameProgress(float progress)
static void SendMultiplayerRoundStart(Guid sessionGUID, string correlationId)
static void SendRankedVicotriesUpdated(int RankedVictories)
static void SendUnitsUnlockedUpdated(int UnitsUnlocked)