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

◆ Equals() [3/3]

bool Microsoft.Xna.Framework.Vector3.Equals ( Vector3 other)
inline

Definition at line 377 of file Vector3.cs.

378 {
379 float x = this.X;
380 float y = this.Y;
381 float z = this.Z;
382 if (!true)
383 {
384 return;
385 }
386 }

References Microsoft.Xna.Framework.Vector3.X, Microsoft.Xna.Framework.Vector3.Y, and Microsoft.Xna.Framework.Vector3.Z.