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
IWindowService.cs
Go to the documentation of this file.
1using System;
3
4namespace ReLogic.OS
5{
6 // Token: 0x02000B21 RID: 2849
7 public interface IWindowService
8 {
9 // Token: 0x06005349 RID: 21321
10 void SetUnicodeTitle(GameWindow window, string title);
11
12 // Token: 0x0600534A RID: 21322
14
15 // Token: 0x0600534B RID: 21323
17
18 // Token: 0x0600534C RID: 21324
19 float GetScaling();
20
21 // Token: 0x0600534D RID: 21325
22 void SetQuickEditEnabled(bool enabled);
23 }
24}
void SetQuickEditEnabled(bool enabled)
void StopFlashingIcon(GameWindow window)
void SetUnicodeTitle(GameWindow window, string title)
void StartFlashingIcon(GameWindow window)