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

◆ Place5x4()

static void Terraria.WorldGen.Place5x4 ( int x,
int y,
ushort type,
int style )
inlinestatic

Definition at line 10944 of file WorldGen.cs.

10945 {
10946 if (!true)
10947 {
10948 }
10949 int num = 1;
10950 long num2 = 0L;
10951 Tile tile;
10952 bool flag = tile.active();
10953 bool flag2 = WorldGen.SolidTile2(0, 0);
10954 if (54 == 0)
10955 {
10956 }
10957 int num3 = 1;
10958 Tile tile2;
10959 tile2.active(num3 != 0);
10960 tile2.frameY = (short)y;
10961 tile2.frameX = (short)y;
10962 tile2.type = type;
10963 int num4 = 1;
10964 Tile tile3;
10965 tile3.active(num4 != 0);
10966 tile3.frameY = (short)y;
10967 tile3.frameX = (short)y;
10968 tile3.type = type;
10969 int num5 = 1;
10970 Tile tile4;
10971 tile4.active(num5 != 0);
10972 tile4.frameY = (short)y;
10973 tile4.frameX = (short)num;
10974 tile4.type = type;
10975 int num6 = 1;
10976 Tile tile5;
10977 tile5.active(num6 != 0);
10978 tile5.frameY = (short)y;
10979 tile5.frameX = (short)num2;
10980 tile5.type = type;
10981 int num7 = 1;
10982 Tile tile6;
10983 tile6.active(num7 != 0);
10984 tile6.frameY = (short)y;
10985 tile6.frameX = (short)y;
10986 tile6.type = type;
10987 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, System.L, and Terraria.WorldGen.SolidTile2().