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

◆ PaintTheSand()

static void Terraria.WorldGen.PaintTheSand ( byte tilePaintColor,
byte wallPaintColor )
inlinestaticprivate

Definition at line 2846 of file WorldGen.cs.

2847 {
2848 int num = 1;
2849 if (num == 0)
2850 {
2851 }
2852 if (num == 0)
2853 {
2854 }
2855 Tile tile;
2856 bool flag = tile.active();
2857 Tile tile2;
2858 ushort type = tile2.type;
2859 Tile tile3;
2860 ushort type2 = tile3.type;
2861 Tile tile4;
2862 ushort type3 = tile4.type;
2863 Tile tile5;
2864 ushort type4 = tile5.type;
2865 Tile tile6;
2866 tile6.color(tilePaintColor);
2867 Tile tile7;
2868 ushort type5 = tile7.type;
2869 Tile tile8;
2870 ushort type6 = tile8.type;
2871 Tile tile9;
2872 ushort type7 = tile9.type;
2873 Tile tile10;
2874 ushort type8 = tile10.type;
2875 Tile tile11;
2876 tile11.color(tilePaintColor);
2877 Tile tile12;
2878 ushort type9 = tile12.type;
2879 Tile tile13;
2880 tile13.color(tilePaintColor);
2881 Tile tile14;
2882 ushort type10 = tile14.type;
2883 Tile tile15;
2884 tile15.color(tilePaintColor);
2885 ushort wall = tile15.wall;
2886 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by Terraria.WorldGen.FinishTenthAnniversaryWorld().