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

◆ GetBounds()

static Rectangle Terraria.WorldBuilding.ShapeData.GetBounds ( Point origin,
params ShapeData[] shapes )
inlinestatic

Definition at line 93 of file ShapeData.cs.

94 {
95 int num = Math.Min(Math.Max(0, -1073741824), -1073741824);
96 int num2 = Math.Max(43147264, -1073741824);
97 int num3 = Math.Min(43147264, -1073741824);
98 throw new OutOfMemoryException();
99 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152
static byte Max(byte val1, byte val2)
Definition Math.cs:111

References j__TPar, System.Math.Max(), and System.Math.Min().