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

◆ paintWall()

static bool Terraria.WorldGen.paintWall ( int x,
int y,
byte color,
bool broadCast = false )
inlinestatic

Definition at line 8226 of file WorldGen.cs.

8227 {
8228 if (!true)
8229 {
8230 }
8231 Tile tile;
8232 bool isLoaded = tile.IsLoaded;
8233 long num = 0L;
8234 WorldGen.paintEffect(0, x, (byte)y, (byte)num);
8235 return true;
8236 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.IsLoaded, j__TPar, System.L, and Terraria.WorldGen.paintEffect().

Referenced by Terraria.Player.ApplyPaint().