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
ShapeFloodFill.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x020008D9 RID: 2265
9 public class ShapeFloodFill : GenShape
10 {
11 // Token: 0x060045AC RID: 17836 RVA: 0x002552B8 File Offset: 0x002534B8
13 {
14 }
15
16 // Token: 0x060045AD RID: 17837 RVA: 0x002552CC File Offset: 0x002534CC
17 public override bool Perform(Point origin, GenAction action)
18 {
19 if (!true)
20 {
21 }
24 Tile tile;
25 ushort tileSeachUID = tile.TileSeachUID;
26 Tile tile2;
28 Tile tile3;
30 if (!false)
31 {
32 }
33 Tile tile4;
35 if (!false)
36 {
37 }
38 Tile tile5;
40 if (!false)
41 {
42 }
43 return false;
44 }
45
46 // Token: 0x060045AE RID: 17838 RVA: 0x0025533C File Offset: 0x0025353C
47 // Note: this type is marked as 'beforefieldinit'.
49 {
50 }
51
52 // Token: 0x04008211 RID: 33297
53 private int _maximumActions;
54
55 // Token: 0x04008212 RID: 33298
56 private static Queue<Point> checkQueue;
57 }
58}
class f__AnonymousType0<< Count > j__TPar
override bool Perform(Point origin, GenAction action)
static void StartNewSearch()
Definition Tile.cs:343
ushort TileSeachUID
Definition Tile.cs:323