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

◆ CutTiles()

static bool Terraria.DelegateMethods.CutTiles ( int x,
int y )
inlinestatic

Definition at line 454 of file DelegateMethods.cs.

455 {
456 int num = 1;
457 if (num == 0)
458 {
459 }
460 int num2 = 1;
461 bool flag = WorldGen.InWorld(0, x, num2);
462 if (num == 0)
463 {
464 }
465 Tile tile;
466 ushort type = tile.type;
467 Tile tile2;
468 ushort type2 = tile2.type;
469 if (!false)
470 {
471 }
472 long num3 = 0L;
473 long num4 = 0L;
474 long num5 = 0L;
475 WorldGen.KillTile(0, x, num3 != 0L, num4 != 0L, num5 != 0L);
476 if (!false)
477 {
478 }
479 if (false)
480 {
481 return;
482 }
483 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldGen.InWorld(), j__TPar, Terraria.WorldGen.KillTile(), System.L, and Terraria.Tile.type.