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

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

Definition at line 92 of file SmartCursorHelper.cs.

93 {
94 Item item = providedInfo.item;
95 int type = item.type;
96 int reachableStartX = providedInfo.reachableStartX;
97 int reachableStartY = providedInfo.reachableStartY;
98 int reachableEndY = providedInfo.reachableEndY;
99 int reachableStartY2 = providedInfo.reachableStartY;
100 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

References System.item, j__TPar, and Terraria.GameContent.SmartCursorHelper.providedInfo.