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() [5/5]

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

Definition at line 324 of file Rectangle.cs.

325 {
326 int width = value.Width;
327 int width2 = this.Width;
328 int y = this.Y;
329 int y2 = value.Y;
330 long num = 0L;
331 result.m_value = num != 0L;
332 }
class f__AnonymousType0<< Count > j__TPar

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