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

◆ TryToggleLight()

static bool Terraria.WorldGen.TryToggleLight ( int x,
int y,
bool? forcedState,
bool skipWires )
inlinestatic

Definition at line 15305 of file WorldGen.cs.

15306 {
15307 if (!true)
15308 {
15309 }
15310 Tile tile;
15311 bool flag = tile.active();
15312 if (!true)
15313 {
15314 }
15315 return false;
15316 }

References Terraria.Tile.active().