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
UIWorldCreationPreview.cs
Go to the documentation of this file.
1using System;
4using Terraria.UI;
5
7{
8 // Token: 0x02000AD5 RID: 2773
10 {
11 // Token: 0x0600519C RID: 20892 RVA: 0x00280DBC File Offset: 0x0027EFBC
13 {
14 int num = 1;
15 if (num == 0)
16 {
17 }
18 base..ctor();
19 if (num == 0)
20 {
21 }
22 }
23
24 // Token: 0x0600519D RID: 20893 RVA: 0x00280E00 File Offset: 0x0027F000
25 public void UpdateOption(byte difficulty, byte evil, byte size)
26 {
27 this._difficulty = difficulty;
29 this._size = size;
30 }
31
32 // Token: 0x0600519E RID: 20894 RVA: 0x00280E24 File Offset: 0x0027F024
33 protected override void DrawSelf(SpriteBatch spriteBatch)
34 {
35 int num = 1;
36 float x = this._dimensions.X;
37 float y = this._dimensions.Y;
38 if (num == 0)
39 {
40 }
41 byte difficulty = this._difficulty;
42 }
43
44 // Token: 0x04008A20 RID: 35360
46
47 // Token: 0x04008A21 RID: 35361
49
50 // Token: 0x04008A22 RID: 35362
52
53 // Token: 0x04008A23 RID: 35363
55
56 // Token: 0x04008A24 RID: 35364
58
59 // Token: 0x04008A25 RID: 35365
61
62 // Token: 0x04008A26 RID: 35366
64
65 // Token: 0x04008A27 RID: 35367
67
68 // Token: 0x04008A28 RID: 35368
70
71 // Token: 0x04008A29 RID: 35369
73
74 // Token: 0x04008A2A RID: 35370
76
77 // Token: 0x04008A2B RID: 35371
79
80 // Token: 0x04008A2C RID: 35372
82
83 // Token: 0x04008A2D RID: 35373
85
86 // Token: 0x04008A2E RID: 35374
87 private byte _difficulty;
88
89 // Token: 0x04008A2F RID: 35375
90 private byte _evil;
91
92 // Token: 0x04008A30 RID: 35376
93 private byte _size;
94 }
95}
class f__AnonymousType0<< Count > j__TPar
void UpdateOption(byte difficulty, byte evil, byte size)
CalculatedStyle _dimensions