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

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

Definition at line 550 of file SmartCursorHelper.cs.

551 {
552 Player player = providedInfo.player;
553 int width = player.width;
554 int height = player.height;
555 int hammer = providedInfo.item.hammer;
556 }
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

References Terraria.Entity.height, Terraria.GameContent.SmartCursorHelper.providedInfo, and Terraria.Entity.width.