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

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

Definition at line 795 of file SmartCursorHelper.cs.

796 {
797 int type = providedInfo.item.type;
798 int reachableStartX = providedInfo.reachableStartX;
799 int reachableStartY = providedInfo.reachableStartY;
800 int reachableStartY2 = providedInfo.reachableStartY;
801 int paintLookup = providedInfo.paintLookup;
802 if (reachableStartY == 0)
803 {
804 }
805 if (reachableStartY == 0)
806 {
807 }
808 Tile tile;
809 bool flag = tile.active();
810 if (reachableStartY == 0)
811 {
812 }
813 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

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