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

◆ PlaceBanner()

static void Terraria.WorldGen.PlaceBanner ( int x,
int y,
ushort type,
int style = 0 )
inlinestatic

Definition at line 9024 of file WorldGen.cs.

9025 {
9026 int num = 1;
9027 if (63916 == 0)
9028 {
9029 }
9030 Tile tile;
9031 bool flag = tile.nactive();
9032 if (num == 0)
9033 {
9034 }
9035 Tile tile2;
9036 ushort type2 = tile2.type;
9037 if (num != 0)
9038 {
9039 if (num == 0)
9040 {
9041 }
9042 Tile tile3;
9043 ushort type3 = tile3.type;
9044 if (num == 0)
9045 {
9046 if (num == 0)
9047 {
9048 }
9049 Tile tile4;
9050 bool flag2 = tile4.active();
9051 if (num == 0)
9052 {
9053 }
9054 Tile tile5;
9055 bool flag3 = tile5.active();
9056 if (num == 0)
9057 {
9058 }
9059 Tile tile6;
9060 bool flag4 = tile6.active();
9061 if (num == 0)
9062 {
9063 }
9064 int num2 = 1;
9065 Tile tile7;
9066 tile7.active(num2 != 0);
9067 tile7.frameX = (short)style;
9068 tile7.type = type;
9069 int num3 = 1;
9070 Tile tile8;
9071 tile8.active(num3 != 0);
9072 tile8.frameY = (short)num3;
9073 tile8.frameX = (short)style;
9074 tile8.type = type;
9075 int num4 = 1;
9076 Tile tile9;
9077 tile9.active(num4 != 0);
9078 tile9.frameY = (short)num4;
9079 tile9.frameX = (short)style;
9080 tile9.type = type;
9081 }
9082 }
9083 }
class f__AnonymousType0<< Count > j__TPar

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