terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
WindowService.cs
Go to the documentation of this file.
1using System;
5
6namespace ReLogic.OS.Linux
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000B2C")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600536C")]
12 [global::Cpp2ILInjected.Address(RVA = "0x944548", Offset = "0x944548", Length = "0x10")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GameWindow), Member = "set_Title", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
15 public void SetUnicodeTitle(GameWindow window, string title)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x600536D")]
21 [global::Cpp2ILInjected.Address(RVA = "0x944558", Offset = "0x944558", Length = "0x4")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 public void StartFlashingIcon(GameWindow window)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x600536E")]
29 [global::Cpp2ILInjected.Address(RVA = "0x94455C", Offset = "0x94455C", Length = "0x4")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 public void StopFlashingIcon(GameWindow window)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x600536F")]
37 [global::Cpp2ILInjected.Address(RVA = "0x944560", Offset = "0x944560", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 public float GetScaling()
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6005370")]
45 [global::Cpp2ILInjected.Address(RVA = "0x944568", Offset = "0x944568", Length = "0x4")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 public void SetQuickEditEnabled(bool enabled)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6005371")]
53 [global::Cpp2ILInjected.Address(RVA = "0x94456C", Offset = "0x94456C", Length = "0x8")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
57 {
58 throw null;
59 }
60 }
61}
class f__AnonymousType0<< Count > j__TPar
void StartFlashingIcon(GameWindow window)
void StopFlashingIcon(GameWindow window)
void SetUnicodeTitle(GameWindow window, string title)
void SetQuickEditEnabled(bool enabled)