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

◆ Contains() [3/5]

void Microsoft.Xna.Framework.Rectangle.Contains ( Point value,
[Out] bool result )
inline

Definition at line 360 of file Rectangle.cs.

361 {
362 int width = this.Width;
363 int y = this.Y;
364 int y2 = value.Y;
365 long num = 0L;
366 result.m_value = num != 0L;
367 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, Microsoft.Xna.Framework.Rectangle.Width, Microsoft.Xna.Framework.Point.Y, and Microsoft.Xna.Framework.Rectangle.Y.