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

◆ Apply()

override bool Terraria.WorldBuilding.Modifiers.ShapeScale.Apply ( Point origin,
int x,
int y,
params object[] args )
inline

Definition at line 22 of file Modifiers.cs.

23 {
24 if (this._scale == 0)
25 {
26 }
27 int scale = this._scale;
28 bool flag;
29 return flag;
30 }

References Terraria.WorldBuilding.Modifiers.ShapeScale._scale.