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
◆
BottomLeft
Vector2
Terraria.Entity.BottomLeft
get
set
inherited
Definition at line
355
of file
Entity.cs
.
356
{
357
get
358
{
359
int
num = this.
height
;
360
float
x = this.
position
.
X
;
361
float
y = this.
position
.
Y
;
362
Vector2
vector;
363
return
vector;
364
}
365
set
366
{
367
int
num = this.
height
;
368
}
369
}
Terraria.Entity.position
Vector2 position
Definition
Entity.cs:460
Terraria.Entity.height
int height
Definition
Entity.cs:481
Microsoft.Xna.Framework.Vector2.X
float X
Definition
Vector2.cs:698
Microsoft.Xna.Framework.Vector2.Y
float Y
Definition
Vector2.cs:701
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:10
Terraria
GameContent
Golf
FancyGolfPredictionLine
PredictionEntity
Generated by
1.10.0