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
SocialAPI.cs
Go to the documentation of this file.
1using System;
6
7namespace Terraria.Social
8{
9 // Token: 0x02000510 RID: 1296
10 public static class SocialAPI
11 {
12 // Token: 0x17000627 RID: 1575
13 // (get) Token: 0x06003145 RID: 12613 RVA: 0x000021DB File Offset: 0x000003DB
14 public static SocialMode Mode
15 {
16 get
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20 }
21
22 // Token: 0x06003146 RID: 12614 RVA: 0x001F7CDC File Offset: 0x001F5EDC
23 public static void Initialize([Optional] SocialMode? mode)
24 {
25 }
26
27 // Token: 0x06003147 RID: 12615 RVA: 0x001F7D00 File Offset: 0x001F5F00
28 public static void Shutdown()
29 {
30 }
31
32 // Token: 0x06003148 RID: 12616 RVA: 0x000021DB File Offset: 0x000003DB
33 private static T LoadModule<T>() where T : ISocialModule, new()
34 {
35 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
36 }
37
38 // Token: 0x06003149 RID: 12617 RVA: 0x000021DB File Offset: 0x000003DB
39 private static T LoadModule<T>(T module) where T : ISocialModule
40 {
41 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
42 }
43
44 // Token: 0x0600314A RID: 12618 RVA: 0x001F7D24 File Offset: 0x001F5F24
45 private static void LoadDiscord()
46 {
47 if (true)
48 {
49 return;
50 }
51 }
52
53 // Token: 0x0600314B RID: 12619 RVA: 0x001F7D38 File Offset: 0x001F5F38
54 private static void LoadSteam()
55 {
56 }
57
58 // Token: 0x04003B08 RID: 15112
59 private static SocialMode _mode;
60
61 // Token: 0x04003B09 RID: 15113
63
64 // Token: 0x04003B0A RID: 15114
66
67 // Token: 0x04003B0B RID: 15115
68 public static CloudSocialModule Cloud;
69
70 // Token: 0x04003B0C RID: 15116
71 public static NetSocialModule Network;
72
73 // Token: 0x04003B0D RID: 15117
75
76 // Token: 0x04003B0E RID: 15118
78
79 // Token: 0x04003B0F RID: 15119
81
82 // Token: 0x04003B10 RID: 15120
84 }
85}
class f__AnonymousType0<< Count > j__TPar
static CloudSocialModule Cloud
Definition SocialAPI.cs:68
static void Shutdown()
Definition SocialAPI.cs:28
static SocialMode Mode
Definition SocialAPI.cs:15
static SocialMode _mode
Definition SocialAPI.cs:59
static FriendsSocialModule Friends
Definition SocialAPI.cs:62
static OverlaySocialModule Overlay
Definition SocialAPI.cs:74
static ServerJoinRequestsManager JoinRequests
Definition SocialAPI.cs:77
static void Initialize([Optional] SocialMode? mode)
Definition SocialAPI.cs:23
static void LoadSteam()
Definition SocialAPI.cs:54
static List< ISocialModule > _modules
Definition SocialAPI.cs:83
static void LoadDiscord()
Definition SocialAPI.cs:45
static NetSocialModule Network
Definition SocialAPI.cs:71
static AchievementsSocialModule Achievements
Definition SocialAPI.cs:65
static PlatformSocialModule Platform
Definition SocialAPI.cs:80