TModLoader v1.4.4.9
TModLoader 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 2059 of file Utils.cs.

2060 {
2061 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
2062 //IL_0006: Unknown result type (might be due to invalid IL or missing references)
2063 //IL_000c: Unknown result type (might be due to invalid IL or missing references)
2064 //IL_0012: Unknown result type (might be due to invalid IL or missing references)
2065 return PlotLine(p0.X, p0.Y, p1.X, p1.Y, plot, jump);
2066 }
static bool PlotLine(Point16 p0, Point16 p1, TileActionAttempt plot, bool jump=true)
Definition Utils.cs:2054

References Terraria.Utils.PlotLine().

+ Here is the call graph for this function: