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

◆ CanDoWireStuffHere()

bool Terraria.Player.CanDoWireStuffHere ( int x,
int y )
inline

Definition at line 16386 of file Player.cs.

16387 {
16388 if (!true)
16389 {
16390 }
16391 long num = 0L;
16392 bool flag = WorldGen.InWorld(x, y, (int)num);
16393 if (!flag)
16394 {
16395 }
16396 if (!flag)
16397 {
16398 if (!flag)
16399 {
16400 }
16401 Tile tile;
16402 ushort wall = tile.wall;
16403 }
16404 return true;
16405 }

References Terraria.WorldGen.InWorld(), System.L, and Terraria.Tile.wall.