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

◆ paintCoatWall()

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

Definition at line 8211 of file WorldGen.cs.

8212 {
8213 if (!true)
8214 {
8215 }
8216 Tile tile;
8217 ushort wall = tile.wall;
8218 if (!true)
8219 {
8220 }
8221 bool flag;
8222 return true || flag;
8223 }

References Terraria.Tile.wall.

Referenced by Terraria.Player.ApplyCoating().