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
ContentRejectionFromSize.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200080A")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60041DA")]
13 [global::Cpp2ILInjected.Address(RVA = "0x784404", Offset = "0x784404", Length = "0x40")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60041DB")]
22 [global::Cpp2ILInjected.Address(RVA = "0x7844E4", Offset = "0x7844E4", Length = "0xB0")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(<>f__AnonymousType7<, , , >), Member = ".ctor", MemberParameters = new object[] { "<NeededWidth>j__TPar", "<NeededHeight>j__TPar", "<ActualWidth>j__TPar", "<ActualHeight>j__TPar" }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Language), Member = "GetTextValueWith", MemberParameters = new object[]
26 {
27 typeof(string),
28 typeof(object)
29 }, ReturnType = typeof(string))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
31 public string GetReason()
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x40080A0")]
37 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
38 private int _neededWidth;
39
40 [global::Cpp2ILInjected.Token(Token = "0x40080A1")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
42 private int _neededHeight;
43
44 [global::Cpp2ILInjected.Token(Token = "0x40080A2")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
46 private int _actualWidth;
47
48 [global::Cpp2ILInjected.Token(Token = "0x40080A3")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
50 private int _actualHeight;
51 }
52}
class f__AnonymousType0<< Count > j__TPar
ContentRejectionFromSize(int neededWidth, int neededHeight, int actualWidth, int actualHeight)