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
◆
TopRight
Vector2
Terraria.Entity.TopRight
get
set
inherited
Definition at line
298
of file
Entity.cs
.
299
{
300
get
301
{
302
int
num = this.
width
;
303
float
x = this.
position
.
X
;
304
float
y = this.
position
.
Y
;
305
Vector2
vector;
306
return
vector;
307
}
308
set
309
{
310
int
num = this.
width
;
311
}
312
}
Terraria.Entity.position
Vector2 position
Definition
Entity.cs:460
Terraria.Entity.width
int width
Definition
Entity.cs:478
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