Definition at line 77830 of file Projectile.cs.
77831 {
77832
77833
77834
77835
77836
77837
77838
77839
77840
77841
77844 Point
result =
default(Point);
77847 {
77848 result.Y = 0;
77849 }
77851 {
77852 result.X = 0;
77853 }
77855 }
Vector2 DirectionTo(Vector2 Destination)
int owner
The index of the player who owns this projectile. In Multiplayer, Clients "own" projectiles that they...
References Terraria.Entity.Center, and Terraria.Main.player.