Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CycleHoverControl()

static void Terraria.Player.Settings.CycleHoverControl ( )
inlinestatic

Definition at line 345 of file Player.cs.

346 {
347 switch (HoverControl)
348 {
349 case HoverControlMode.Hold:
351 break;
352 case HoverControlMode.Click:
354 break;
355 }
356 }
static HoverControlMode HoverControl
Definition Player.cs:343

References Terraria.Player.Settings.HoverControl.

Referenced by Terraria.IngameOptions.Draw().