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

◆ NotDoorStand()

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

Definition at line 437 of file DelegateMethods.cs.

438 {
439 if (!true)
440 {
441 }
442 Tile tile;
443 bool flag = tile.active();
444 Tile tile2;
445 ushort type = tile2.type;
446 Tile tile3;
447 short frameX = tile3.frameX;
448 Tile tile4;
449 short frameX2 = tile4.frameX;
450 return true;
451 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by Terraria.GameContent.SmartCursorHelper.Step_WallsCell().