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

◆ PlotLineOffset()

static bool Terraria.Utils.PlotLineOffset ( Vector2D start,
Vector2D end,
double halfWidth,
int x0,
int y0,
int x1,
int y1,
Utils::TileActionAttempt plot,
bool jump = true )
inlinestaticprivate

Definition at line 1580 of file Utils.cs.

1581 {
1583 double num = vector2D.Length();
1585 Point point = vector2D2.ToTileCoordinates();
1586 Point point2;
1587 if (point2 == null)
1588 {
1589 }
1590 if (point2 == null)
1591 {
1592 return;
1593 }
1594 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and ReLogic.Utilities.Vector2D.Length().