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
CloudSocialModule.cs
Go to the documentation of this file.
1using System;
5using Terraria.IO;
6
8{
9 // Token: 0x02000529 RID: 1321
10 public abstract class CloudSocialModule : ISocialModule
11 {
12 // Token: 0x060031C1 RID: 12737 RVA: 0x001F8D58 File Offset: 0x001F6F58
13 public virtual void Initialize()
14 {
15 if (!true)
16 {
17 }
18 Preferences configuration = Main.Configuration;
20 }
21
22 // Token: 0x060031C2 RID: 12738
23 public abstract void Shutdown();
24
25 // Token: 0x060031C3 RID: 12739
26 public abstract IEnumerable<string> GetFiles();
27
28 // Token: 0x060031C4 RID: 12740
29 public abstract bool Write(string path, byte[] data, int length);
30
31 // Token: 0x060031C5 RID: 12741
32 public abstract void Read(string path, byte[] buffer, int length);
33
34 // Token: 0x060031C6 RID: 12742
35 public abstract bool HasFile(string path);
36
37 // Token: 0x060031C7 RID: 12743
38 public abstract int GetFileSize(string path);
39
40 // Token: 0x060031C8 RID: 12744
41 public abstract bool Delete(string path);
42
43 // Token: 0x060031C9 RID: 12745
44 public abstract bool Forget(string path);
45
46 // Token: 0x060031CA RID: 12746 RVA: 0x000021DB File Offset: 0x000003DB
47 public byte[] Read(string path)
48 {
49 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
50 }
51
52 // Token: 0x060031CB RID: 12747 RVA: 0x001F8D78 File Offset: 0x001F6F78
53 public void Read(string path, byte[] buffer)
54 {
55 }
56
57 // Token: 0x060031CC RID: 12748 RVA: 0x000021DB File Offset: 0x000003DB
58 public bool Write(string path, byte[] data)
59 {
60 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
61 }
62
63 // Token: 0x060031CD RID: 12749 RVA: 0x001F8D88 File Offset: 0x001F6F88
65 {
66 }
67
68 // Token: 0x060031CE RID: 12750 RVA: 0x001F8D9C File Offset: 0x001F6F9C
74
75 // Token: 0x060031CF RID: 12751 RVA: 0x001F8DB0 File Offset: 0x001F6FB0
81
82 // Token: 0x04003B5E RID: 15198
83 public bool EnabledByDefault;
84 }
85}
class f__AnonymousType0<< Count > j__TPar
static Preferences Configuration
Definition Main.cs:2824
bool Write(string path, byte[] data)
void Read(string path, byte[] buffer, int length)
bool Write(string path, byte[] data, int length)
void< Initialize > b__1_0(Preferences preferences)
void< Initialize > b__1_1(Preferences preferences)
IEnumerable< string > GetFiles()
void Read(string path, byte[] buffer)