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
SpawnMapLayer.cs
Go to the documentation of this file.
1using System;
7using Terraria.UI;
8
9namespace Terraria.Map
10{
11 [global::Cpp2ILInjected.Token(Token = "0x20006BF")]
12 public class SpawnMapLayer : IMapLayer
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6003926")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1448A74", Offset = "0x1448A74", Length = "0x20C")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_LocalPlayer", ReturnType = typeof(Player))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
20 {
21 typeof(float),
22 typeof(float)
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_spawnTileX", ReturnType = typeof(int))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_spawnTileY", ReturnType = typeof(int))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MapOverlayDrawContext), Member = "Draw", MemberParameters = new object[]
27 {
31 }, ReturnType = typeof(MapOverlayDrawContext.DrawResult))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Language), Member = "GetTextValue", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
34 public void Draw(ref MapOverlayDrawContext context, ref string text)
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x6003927")]
40 [global::Cpp2ILInjected.Address(RVA = "0x1448C80", Offset = "0x1448C80", Length = "0x8")]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = ".cctor", ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
45 {
46 throw null;
47 }
48 }
49}
class f__AnonymousType0<< Count > j__TPar
void Draw(ref MapOverlayDrawContext context, ref string text)