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

◆ placeTNTBarrel()

static bool Terraria.WorldGen.placeTNTBarrel ( int x,
int y )
inlinestaticprivate

Definition at line 1823 of file WorldGen.cs.

1824 {
1825 int num = 1;
1826 if (num == 0)
1827 {
1828 }
1829 Tile tile;
1830 bool flag = tile.active();
1831 if (num == 0)
1832 {
1833 }
1834 if (num == 0)
1835 {
1836 }
1837 Tile tile2;
1838 bool flag2 = tile2.shimmer();
1839 if (num == 0)
1840 {
1841 }
1842 bool flag3;
1843 return flag3;
1844 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, and Terraria.Tile.shimmer().