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.OSX
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000B29")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6005360")]
12 [global::Cpp2ILInjected.Address(RVA = "0x943BC0", Offset = "0x943BC0", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public float GetScaling()
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6005361")]
20 [global::Cpp2ILInjected.Address(RVA = "0x943BC8", Offset = "0x943BC8", Length = "0x4")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 public void SetQuickEditEnabled(bool enabled)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6005362")]
28 [global::Cpp2ILInjected.Address(RVA = "0x943BCC", Offset = "0x943BCC", Length = "0x10")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GameWindow), Member = "set_Title", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
31 public void SetUnicodeTitle(GameWindow window, string title)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6005363")]
37 [global::Cpp2ILInjected.Address(RVA = "0x943BDC", Offset = "0x943BDC", Length = "0x4")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 public void StartFlashingIcon(GameWindow window)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6005364")]
45 [global::Cpp2ILInjected.Address(RVA = "0x943BE0", Offset = "0x943BE0", Length = "0x4")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 public void StopFlashingIcon(GameWindow window)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6005365")]
53 [global::Cpp2ILInjected.Address(RVA = "0x943BE4", Offset = "0x943BE4", 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 StopFlashingIcon(GameWindow window)
void SetQuickEditEnabled(bool enabled)
void StartFlashingIcon(GameWindow window)
void SetUnicodeTitle(GameWindow window, string title)