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

◆ paintTile()

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

Definition at line 8177 of file WorldGen.cs.

8178 {
8179 if (!true)
8180 {
8181 }
8182 Tile tile;
8183 bool isLoaded = tile.IsLoaded;
8184 long num = 0L;
8185 WorldGen.paintEffect(0, x, (byte)y, (byte)num);
8186 return true;
8187 }
class f__AnonymousType0<< Count > j__TPar

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