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
OverlaySocialModule.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200052C RID: 1324
6 public abstract class OverlaySocialModule : ISocialModule
7 {
8 // Token: 0x060031E5 RID: 12773
9 public abstract void Initialize();
10
11 // Token: 0x060031E6 RID: 12774
12 public abstract void Shutdown();
13
14 // Token: 0x060031E7 RID: 12775
15 public abstract bool IsGamepadTextInputActive();
16
17 // Token: 0x060031E8 RID: 12776
18 public abstract bool ShowGamepadTextInput(string description, uint maxLength, bool multiLine = false, string existingText = "", bool password = false);
19
20 // Token: 0x060031E9 RID: 12777
21 public abstract string GetGamepadText();
22
23 // Token: 0x060031EA RID: 12778 RVA: 0x001F8DEC File Offset: 0x001F6FEC
25 {
26 }
27 }
28}
class f__AnonymousType0<< Count > j__TPar
bool ShowGamepadTextInput(string description, uint maxLength, bool multiLine=false, string existingText="", bool password=false)