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

◆ LiquidPlace() [2/2]

bool Terraria.ObjectData.TileObjectData.LiquidPlace ( Tile checkTile)
inline

Definition at line 2239 of file TileObjectData.cs.

2240 {
2241 int num = 1;
2242 if (this._liquidPlacement == null)
2243 {
2244 if (num != 0)
2245 {
2246 if (this._liquidPlacement != null)
2247 {
2248 goto IL_0042;
2249 }
2250 if (this._liquidPlacement == null)
2251 {
2252 }
2253 if (this._liquidPlacement != null)
2254 {
2255 goto IL_003A;
2256 }
2257 }
2258 if (this._liquidPlacement == null)
2259 {
2260 }
2261 if (this._liquidPlacement != null)
2262 {
2263 goto IL_0042;
2264 }
2265 }
2266 IL_003A:
2267 if (this._liquidPlacement != null)
2268 {
2269 return;
2270 }
2271 IL_0042:
2272 if (this._liquidPlacement == null)
2273 {
2274 return;
2275 }
2276 }
class f__AnonymousType0<< Count > j__TPar
LiquidPlacementModule _liquidPlacement

References Terraria.ObjectData.TileObjectData._liquidPlacement, and j__TPar.