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

◆ Size

Vector2 Terraria.Entity.Size
getsetinherited

Definition at line 395 of file Entity.cs.

396 {
397 get
398 {
399 int num = this.width;
400 int num2 = this.height;
401 Vector2 vector;
402 return vector;
403 }
404 set
405 {
406 this.wet = 32640 != 0;
407 }
408 }
class f__AnonymousType0<< Count > j__TPar

Referenced by Terraria.DataStructures.PlayerDrawLayers.DrawPlayer_ScaleDrawData(), and Terraria.GameContent.PressurePlateHelper.UpdatePlayerPosition().