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
LegacyGameInterfaceLayer.cs
Go to the documentation of this file.
1using System;
4
5namespace Terraria.UI
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000714")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6003C00")]
11 [global::Cpp2ILInjected.Address(RVA = "0x148C7CC", Offset = "0x148C7CC", Length = "0x2C")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "SetupDrawInterfaceLayers", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 46)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GameInterfaceLayer), Member = ".ctor", MemberParameters = new object[]
15 {
16 typeof(string),
18 }, ReturnType = typeof(void))]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6003C01")]
25 [global::Cpp2ILInjected.Address(RVA = "0x148C7F8", Offset = "0x148C7F8", Length = "0x14")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
28 protected override bool DrawSelf()
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x4007B63")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
35 private GameInterfaceDrawMethod _drawMethod;
36 }
37}
class f__AnonymousType0<< Count > j__TPar
LegacyGameInterfaceLayer(string name, GameInterfaceDrawMethod drawMethod, InterfaceScaleType scaleType=InterfaceScaleType.Game)