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

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

Definition at line 205 of file SmartCursorHelper.cs.

206 {
207 int type = providedInfo.item.type;
208 int reachableStartX = providedInfo.reachableStartX;
209 int reachableEndX = providedInfo.reachableEndX;
210 int reachableEndY = providedInfo.reachableEndY;
211 int reachableStartY = providedInfo.reachableStartY;
212 }
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

References Terraria.GameContent.SmartCursorHelper.providedInfo.