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_ColoredWrenches()

static void Terraria.GameContent.SmartCursorHelper.Step_ColoredWrenches ( SmartCursorHelper::SmartCursorUsageInfo providedInfo,
int focusedX,
int focusedY )
inlinestaticprivate

Definition at line 587 of file SmartCursorHelper.cs.

588 {
589 int type = providedInfo.item.type;
590 int type2 = providedInfo.item.type;
591 int num = 4;
592 int screenTargetX = providedInfo.screenTargetX;
593 int reachableStartX = providedInfo.reachableStartX;
594 Tile tile;
595 bool flag = tile.wire();
596 if (num == 0)
597 {
598 }
599 int screenTargetX2 = providedInfo.screenTargetX;
600 int reachableStartX2 = providedInfo.reachableStartX;
601 Tile tile2;
602 bool flag2 = tile2.wire2();
603 if (num == 0)
604 {
605 }
606 int screenTargetX3 = providedInfo.screenTargetX;
607 int reachableStartX3 = providedInfo.reachableStartX;
608 Tile tile3;
609 bool flag3 = tile3.wire3();
610 if (num == 0)
611 {
612 }
613 int screenTargetX4 = providedInfo.screenTargetX;
614 int reachableStartX4 = providedInfo.reachableStartX;
615 Tile tile4;
616 bool flag4 = tile4.wire4();
617 int reachableStartX5 = providedInfo.reachableStartX;
618 int reachableStartY = providedInfo.reachableStartY;
619 int reachableEndY = providedInfo.reachableEndY;
620 int reachableStartY2 = providedInfo.reachableStartY;
621 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

References j__TPar, Terraria.GameContent.SmartCursorHelper.providedInfo, Terraria.Tile.wire(), Terraria.Tile.wire2(), Terraria.Tile.wire3(), and Terraria.Tile.wire4().