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

◆ Step_ForceCursorToAnyMinableThing()

static void Terraria.GameContent.SmartCursorHelper.Step_ForceCursorToAnyMinableThing ( SmartCursorHelper::SmartCursorUsageInfo providedInfo,
int fX,
int fY )
inlinestaticprivate

Definition at line 634 of file SmartCursorHelper.cs.

635 {
636 int reachableStartX = providedInfo.reachableStartX;
637 int reachableStartY = providedInfo.reachableStartY;
638 int reachableStartY2 = providedInfo.reachableStartY;
639 int paintLookup = providedInfo.paintLookup;
640 float x = providedInfo.mouse.X;
641 float y = providedInfo.mouse.Y;
642 Item item = providedInfo.item;
643 Tile tile;
644 bool flag = tile.active();
645 int axe = item.axe;
646 if (axe == 0)
647 {
648 }
649 int hammer;
650 if (axe != 0)
651 {
652 hammer = item.hammer;
653 }
654 if (hammer == 0)
655 {
656 }
657 if (hammer == 0)
658 {
659 if (hammer == 0)
660 {
661 }
662 if (hammer == 0)
663 {
664 int pick = item.pick;
665 }
666 }
667 Point point;
668 fX.m_value = point;
669 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

References Terraria.Tile.active(), System.item, j__TPar, and Terraria.GameContent.SmartCursorHelper.providedInfo.