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
TeleportPylonsMapLayer.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.Map
5{
6 // Token: 0x020006C0 RID: 1728
8 {
9 // Token: 0x06003928 RID: 14632 RVA: 0x0022C954 File Offset: 0x0022AB54
10 public void Draw(MapOverlayDrawContext context, string text)
11 {
12 int num = 1;
13 if (num == 0)
14 {
15 }
17 if (num == 0)
18 {
19 }
20 bool inUse;
21 if (Main.DroneCameraTracker != null)
22 {
23 if (num == 0)
24 {
25 }
26 inUse = Main.DroneCameraTracker._inUse;
27 return;
28 }
29 if (!inUse)
30 {
31 }
32 }
33
34 // Token: 0x06003929 RID: 14633 RVA: 0x0022C9E8 File Offset: 0x0022ABE8
36 {
37 }
38 }
39}
static DroneCameraTracker DroneCameraTracker
Definition Main.cs:2631
static Player LocalPlayer
Definition Main.cs:5267
void Draw(MapOverlayDrawContext context, string text)