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

◆ ShiftTallGate()

static bool Terraria.WorldGen.ShiftTallGate ( int x,
int y,
bool closing,
bool forced = false )
inlinestatic

Definition at line 10684 of file WorldGen.cs.

10685 {
10686 int num = 388;
10687 ushort type = Framing.GetTileSafely(0, x).type;
10688 long num2 = 0L;
10689 int num3 = 388;
10690 long num4 = 0L;
10693 int width = tileData.Width;
10694 int height = tileData.Height;
10695 int coordinateFullHeight2 = tileData.CoordinateFullHeight;
10696 int[] coordinateHeights = tileData.CoordinateHeights;
10697 int[] coordinateHeights2 = tileData.CoordinateHeights;
10698 int coordinateFullHeight3 = tileData.CoordinateFullHeight;
10699 if (num == 0)
10700 {
10701 }
10702 bool logicHost = Main.LogicHost;
10703 if (num == 0)
10704 {
10705 }
10706 if (num != 0)
10707 {
10708 if (num == 0)
10709 {
10710 }
10711 if (height != 0)
10712 {
10713 return false;
10714 }
10715 }
10716 if (num == 0)
10717 {
10718 }
10719 Tile tile;
10720 tile.type = (ushort)y;
10721 if (num == 0)
10722 {
10723 return;
10724 }
10725 }
class f__AnonymousType0<< Count > j__TPar
static TileObjectData GetTileData(int type, int style, int alternate=0)

References Terraria.ObjectData.TileObjectData.CoordinateFullHeight, Terraria.ObjectData.TileObjectData.GetTileData(), Terraria.Framing.GetTileSafely(), j__TPar, System.L, Terraria.Main.LogicHost, and Terraria.Tile.type.