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
ContentRejectionFromSize.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200080A RID: 2058
8 {
9 // Token: 0x060041DA RID: 16858 RVA: 0x00248C64 File Offset: 0x00246E64
16
17 // Token: 0x060041DB RID: 16859 RVA: 0x00248C8C File Offset: 0x00246E8C
18 public string GetReason()
19 {
20 int neededWidth = this._neededWidth;
21 int actualWidth = this._actualWidth;
22 int actualWidth2 = this._actualWidth;
23 string text;
24 return text;
25 }
26
27 // Token: 0x040080A0 RID: 32928
28 private int _neededWidth;
29
30 // Token: 0x040080A1 RID: 32929
31 private int _neededHeight;
32
33 // Token: 0x040080A2 RID: 32930
34 private int _actualWidth;
35
36 // Token: 0x040080A3 RID: 32931
37 private int _actualHeight;
38 }
39}
class f__AnonymousType0<< Count > j__TPar
ContentRejectionFromSize(int neededWidth, int neededHeight, int actualWidth, int actualHeight)