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

◆ paintCoatTile()

static bool Terraria.WorldGen.paintCoatTile ( int x,
int y,
byte paintCoatId,
bool broadcast = false )
inlinestatic

Definition at line 8190 of file WorldGen.cs.

8191 {
8192 if (!true)
8193 {
8194 }
8195 Tile tile;
8196 bool flag = tile.active();
8197 if (!true)
8198 {
8199 }
8200 if (!true)
8201 {
8202 bool flag2;
8203 return flag2;
8204 }
8206 WorldGen.paintCoatEffect(0, x, (byte)y, list);
8207 return true;
8208 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, System.list, and Terraria.WorldGen.paintCoatEffect().