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

◆ ItemCheck_CutTiles()

void Terraria.Player.ItemCheck_CutTiles ( Item sItem,
Rectangle itemRectangle,
bool[] shouldIgnore )
inlineprivate

Definition at line 15024 of file Player.cs.

15025 {
15026 int num = 1;
15027 if (num == 0)
15028 {
15029 }
15030 if (num == 0)
15031 {
15032 }
15033 Tile tile;
15034 ushort type = tile.type;
15035 Tile tile2;
15036 ushort type2 = tile2.type;
15037 if (sItem.type == 0)
15038 {
15039 }
15040 Tile tile3;
15041 ushort type3 = tile3.type;
15042 Tile tile4;
15043 bool flag = tile4.active();
15044 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, and Terraria.Tile.type.