Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ PlotLine() [2/3]

static bool Terraria.Utils.PlotLine ( Point p0,
Point p1,
TileActionAttempt plot,
bool jump = true )
inlinestatic

Definition at line 1571 of file Utils.cs.

1572 {
1573 return PlotLine(p0.X, p0.Y, p1.X, p1.Y, plot, jump);
1574 }
static bool PlotLine(Point16 p0, Point16 p1, TileActionAttempt plot, bool jump=true)
Definition Utils.cs:1566

References Terraria.Utils.PlotLine(), Microsoft.Xna.Framework.Point.X, and Microsoft.Xna.Framework.Point.Y.