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

◆ GetEntityEdgeTopBottom()

static void Terraria.Collision.GetEntityEdgeTopBottom ( Entity entity,
[Out] int sx,
[Out] int ex,
[Out] int sy,
[Out] int ey )
inlinestatic

Definition at line 1388 of file Collision.cs.

1389 {
1390 float x = entity.position.X;
1391 int num = 32640;
1392 sx.m_value = num;
1393 float y = entity.position.Y;
1394 sy.m_value = num;
1395 int width = entity.width;
1396 int height = entity.height;
1397 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Entity.height, j__TPar, Terraria.Entity.position, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.