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

◆ Max() [2/2]

static void Microsoft.Xna.Framework.Vector4.Max ( Vector4 value1,
Vector4 value2,
[Out] Vector4 result )
inlinestatic

Definition at line 469 of file Vector4.cs.

470 {
471 float y = value1.Y;
472 float y2 = value2.Y;
473 float z = value1.Z;
474 float z2 = value2.Z;
475 float w = value1.W;
476 float w2 = value2.W;
477 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.