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

◆ BottomRight

Vector2 Terraria.Entity.BottomRight
getsetinherited

Definition at line 374 of file Entity.cs.

375 {
376 get
377 {
378 int num = this.width;
379 int num2 = this.height;
380 float x = this.position.X;
381 float y = this.position.Y;
382 Vector2 vector;
383 return vector;
384 }
385 set
386 {
387 int num = this.width;
388 int num2 = this.height;
389 }
390 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460

Referenced by Terraria.GameContent.PressurePlateHelper.UpdatePlayerPosition().