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
UISliderBase.cs
Go to the documentation of this file.
1using System;
2using Terraria.UI;
3
5{
6 // Token: 0x02000AAA RID: 2730
7 public class UISliderBase : UIElement
8 {
9 // Token: 0x06005075 RID: 20597 RVA: 0x0027D540 File Offset: 0x0027B740
10 internal int GetUsageLevel()
11 {
12 return 1;
13 }
14
15 // Token: 0x06005076 RID: 20598 RVA: 0x0027D550 File Offset: 0x0027B750
16 public static void EscapeElements()
17 {
18 }
19
20 // Token: 0x06005077 RID: 20599 RVA: 0x0027D560 File Offset: 0x0027B760
21 public UISliderBase()
22 {
23 if (!true)
24 {
25 }
26 base..ctor();
27 }
28
29 // Token: 0x04008937 RID: 35127
30 internal const int UsageLevel_NotSelected = 0;
31
32 // Token: 0x04008938 RID: 35128
33 internal const int UsageLevel_SelectedAndLocked = 1;
34
35 // Token: 0x04008939 RID: 35129
36 internal const int UsageLevel_OtherElementIsLocked = 2;
37
38 // Token: 0x0400893A RID: 35130
40
41 // Token: 0x0400893B RID: 35131
43 }
44}
class f__AnonymousType0<< Count > j__TPar