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

◆ Perform()

override bool Terraria.WorldBuilding.ModShapes.All.Perform ( Point origin,
GenAction action )
inline

Definition at line 21 of file ModShapes.cs.

22 {
23 do
24 {
25 ShapeData data = this._data;
26 HashSet<Point16> points = data._points;
27 if (data == null)
28 {
29 }
30 }
31 while (!this._quitOnFail);
32 bool flag;
33 return flag;
34 }

References Terraria.WorldBuilding.GenModShape._data, Terraria.WorldBuilding.ShapeData._points, and Terraria.WorldBuilding.GenShape._quitOnFail.